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.
- 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)
| Category | Technology |
|---|---|
| Frontend | Next.js (App Router), React |
| Backend | Next.js API Routes |
| Package Manager | npm / yarn |
- npm install
- yarn install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen [http://localhost:3000] with your browser to see the result.