Products List This project is a Next.js application that lists products from a dummy JSON dataset.
Technologies Used
- Next.js 13
- Tailwind CSS
Functionality
- The project displays a list of products retrieved from the dummy JSON dataset.
- Users can filter products based on category and price range.
- Users can also sort products by name or price.
Getting Started
- Clone this project to your local machine.
- Install all the dependencies by running the command "npm install"
- To start the development server, run the command "npm run dev"
- Open your browser and navigate to http://localhost:3000 to view the project.