Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.65 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.65 KB

ASHABB logo

ASHABB Blogging App using NEXTjs

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.

Resource links

webapp : https://ashabb-myblog-nextjs.vercel.app/

Github : https://github.com/ashgole/blogging_website_NEXTjs

Tags

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

Screenshots

page 1 page 2 page 3

how to run

git clone https://github.com/ashgole/blogging_website_NEXTjs.git
cd blogging_website_NEXTjs
npm i
npm run dev