Skip to content

A full-stack Blog Application built using Next.js, allowing users to browse and read blogs. This project also includes a subscription feature with CRUD operations for managing email subscribers.

License

Notifications You must be signed in to change notification settings

Stutiporwal1/Blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog-app

A full-stack Blog Application built using Next.js, allowing users to browse and read blogs.
This project also includes a subscription feature with CRUD operations for managing email subscribers.

Features

  • Blog listing and blog detail pages
  • Email subscription system (CRUD API)
  • Built with Next.js App Router
  • Reusable components architecture
  • Organized file structure (app, components, lib, blogs, assets)

Tech Stack

Category Technology
Frontend Next.js (App Router), React
Backend Next.js API Routes
Package Manager npm / yarn

Install dependencies

  • npm install
  • yarn install

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open [http://localhost:3000] with your browser to see the result.

About

A full-stack Blog Application built using Next.js, allowing users to browse and read blogs. This project also includes a subscription feature with CRUD operations for managing email subscribers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published