An open API service indexing awesome lists of open source software.

https://github.com/madhura-punde/nextjs-demo-project


https://github.com/madhura-punde/nextjs-demo-project

nextjs

Last synced: 2 months ago
JSON representation

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
Screenshot 2024-11-21 at 10 30 19 AM
Screenshot 2024-11-21 at 10 30 32 AM
product details page
Screenshot 2024-11-21 at 10 31 47 AM