Skip to content

halilatilla/product-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

87 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ›๏ธ Product List Demo

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


๐Ÿงฐ Tech Stack

  • Next.js
  • TypeScript
  • Fuse.js
  • Redux Toolkit
  • Jest & React Testing Library

๐Ÿš€ Development

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/


๐Ÿงช Testing

Run tests with:

yarn test

๐Ÿ‘ค Authors


๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.