๐๏ธ Product List Demo
Easily search, filter, sort, and add products to your cart. Items persist across refreshes using local storage.
- Next.js
- TypeScript
- Fuse.js
- Redux Toolkit
- Jest & React Testing Library
To set up and work on the Product List repository:
git clone https://github.com/halilatilla/product-list.git
cd product-list
npm install
// or
yarn install
Start the development server:
yarn dev
Visit http://localhost:3000/
Run tests with:
yarn test
This project is licensed under the MIT License - see the LICENSE file for details.