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

https://github.com/amdzy/react-shopping-cart


https://github.com/amdzy/react-shopping-cart

Last synced: about 1 year ago
JSON representation

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
```