This is a simple frontend portion of project Blog created using Nextjs. Add .env file referencing .env.example file.
First, Install all the dependency:
npm install
# or
yarn installAnd then run the development server:
npm run dev
# or
yarn devTodos:
- Project setup
- Blog crud
- authentication for user implementation
- Search feature in blog
- infinite scroll in blog feature.