https://github.com/halilatilla/product-list
You can search, filter, pagination, sort and add products to cart. ๐
https://github.com/halilatilla/product-list
fusejs jest nextjs react react-testing-library redux redux-toolkit
Last synced: 2 months ago
JSON representation
You can search, filter, pagination, sort and add products to cart. ๐
- Host: GitHub
- URL: https://github.com/halilatilla/product-list
- Owner: halilatilla
- License: mit
- Created: 2022-02-16T12:34:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T06:10:45.000Z (about 3 years ago)
- Last Synced: 2025-01-22T23:11:22.474Z (over 1 year ago)
- Topics: fusejs, jest, nextjs, react, react-testing-library, redux, redux-toolkit
- Language: TypeScript
- Homepage: https://product-list-halil-atilla.vercel.app
- Size: 542 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐๏ธ Product List [Demo](https://product-list-halil-atilla.vercel.app/)
Easily search, filter, sort, and add products to your cart. Items persist across refreshes using local storage.

## **๐งฐ Tech Stack**
- Next.js
- TypeScript
- Fuse.js
- Redux Toolkit
- Jest & React Testing Library
## **๐ Development**
To set up and work on the **[Product List repository](https://github.com/halilatilla/product-list)**:
```
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/](http://localhost:3000/)**
## **๐งช Testing**
Run tests with:
```
yarn test
```
## **๐ค Authors**
- **[@halilatilla](https://github.com/halilatilla)**
## **๐ License**
This project is licensed under the MIT License - see the **[LICENSE](https://github.com/halilatilla/product-list/blob/main/LICENSE)** file for details.