We're building a blog website with Next.js, featuring a homepage that lists multiple blog posts with short descriptions. Each post has its own dynamic page using Next.js routing. We've styled the site for a clean, responsive design and created reusable components to manage the blog content efficiently.
webapp : https://ashabb-myblog-nextjs.vercel.app/
Github : https://github.com/ashgole/blogging_website_NEXTjs
React.js
Next.js
Static Site Generation (SSG)
Server-side Rendering (SSR)
API Routes
getServerSideProps
getStaticProps
Infinite Scroll
TailwindCSS
CSS Modules
Axios
CRUD Operations
Dynamic Routing
File System (fs)
Edge Functions
Vercel Deployment
Authentication
Error Handling
Linking (Link)
Environment Variables
JSON File Handling
Fetch API
git clone https://github.com/ashgole/blogging_website_NEXTjs.git
cd blogging_website_NEXTjs
npm i
npm run dev