Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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. ๐Ÿš€

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.