https://github.com/madhura-punde/nextjs-demo-project
https://github.com/madhura-punde/nextjs-demo-project
nextjs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/madhura-punde/nextjs-demo-project
- Owner: madhura-punde
- Created: 2024-11-20T12:22:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T12:47:59.000Z (7 months ago)
- Last Synced: 2024-11-20T13:44:12.819Z (7 months ago)
- Topics: nextjs
- Language: TypeScript
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Next.js Project
This is a Next.js application built to showcase dynamic product listings, details, and pagination.
## Features of nextJS
- File-based routing
- Server-side rendering (SSR) for product pages
- Static site generation (SSG) for improved performance
- API routes for dynamic data fetching
-https://dummyjson.com/products## Requirements
- Node.js (v16 or above)
- npm or yarn## Setup
1. Clone the repository:
```bash
git clone https://github.com/yourusername/your-repository-name.git```
2. Install dependencies:
```
npm install
# or
yarn install
```3.Run the development server
```
npm run dev
# or
yarn dev
```
## Local screenshots
home page![]()
![]()
product details page