This is a simple blog application. Which is developed with Next.js and GraphCMS. This is a practice project where i tried implement all neccessary features that a blog should have. here user can
- read articles
- comment on a article (captcha verified)
- bookmark a article
- view articles by category
- search for articles
I used next js incremental static site generation feature to keep blog up to date with CMS and make blog more seo friendly. to make the blog ui i've used the Tailwindcss.
Live at: https://zenblog.vercel.app
clone this project to your machine and run following commands.
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
-
To use this code you will need a headless CMS for providing necessery data. in my case this is GraphCMS. use this link to clone my graphcms project with content models.
-
You need to setup some environment variables to make this project workable
- Tonmoy Deb - https://tonmoydeb.com
- Email - [email protected]