Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T06:10:45.000Z (over 1 year ago)
- Last Synced: 2024-04-18T13:25:18.077Z (8 months 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.
![Screen Shot 2022-02-20 at 01 46 53](https://user-images.githubusercontent.com/27916419/154821647-0b31f39d-a29a-4103-8f43-b4b51afc5e9f.png)
## **๐งฐ 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.