https://github.com/amdzy/react-shopping-cart
https://github.com/amdzy/react-shopping-cart
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/amdzy/react-shopping-cart
- Owner: amdzy
- License: mit
- Created: 2021-08-23T10:21:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-10T10:29:19.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T02:28:31.242Z (over 1 year ago)
- Language: JavaScript
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shopping Cart
[Live Page](https://soul-remix.github.io/react-shopping-cart/)
## Project Overview
### Description
A simple shopping cart application.
### features
- Clean user interface with smooth animations
- Add and remove products from the shopping cart
- Filter products by categories
- Responsive design
## Development
### FrameWork
- [React](https://reactjs.org/)
### Tools
- [React Router](https://reactrouter.com)
- [React Query](https://react-query.tanstack.com)
- [Fake Store API](https://fakestoreapi.com)
- [Tailwind CSS](https://tailwindcss.com)
## Getting started
```
git clone https://github.com/Soul-Remix/react-shopping-cart.git
cd react-shopping-cart
npm install
npm start
```