Build your own Blog with React and Nextjs

This repository belongs to Build your own Blog with React and Nextjs video series by Cules Coding youtube channel.

Demo

You can demo the website from here

Features

  • Static Blog pages which will make the website load faster.
  • Blogs will have code blocks with syntax highlighting and many embed components like youtube video, github gist, twitter and so many other things.
  • Autocomplete search feature for the blog posts.
  • Real time view counter and so on.

Lessons

Technologies (Frontend)

Technologies (Backend)

Installation

  • Create a nextjs app
yarn create next-app <app-name>
  • Install dependencies
yarn add @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^6 nanoid

Authors

Support

For support, subscribe to Cules Coding youtube channel.

Related

Here are some related projects

Build a blog with JAMstack