This is a Next.js project that serves as a product catalog. It fetches product data from a Dummy API and displays it on the home page. Each product is clickable and leads to a dynamic page where more details about the product are shown.
- 📦 Fetch and display products from API
- 🎨 Beautifully styled product cards
- 🚀 Dynamic pages for each product
- 📱 Fully responsive design
- Node.js
- npm
- Clone the repo
git clone https://github.com/AdrianGeorgeM/product-next.git
- Install NPM packages
npm install
- Run the development server
npm run dev
Open http://localhost:3000 with your browser to see the result.
Distributed under the MIT License. See LICENSE
for more information.
Feel free to add or remove sections according to your project's needs. Adding screenshots, demo links, or even GIFs can make it more engaging.