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 install
And then run the development server:
npm run dev
# or
yarn dev
Todos:
- Project setup
- Blog crud
- authentication for user implementation
- Search feature in blog
- infinite scroll in blog feature.