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

https://github.com/sultanbadri/shopping-cart

React ecommerce shopping cart made using React Router.
https://github.com/sultanbadri/shopping-cart

ecommerce planets react react-router reactjs shopping-cart space styled-components the-odin-project typescript

Last synced: about 2 months ago
JSON representation

React ecommerce shopping cart made using React Router.

Awesome Lists containing this project

README

          

# Shopping Cart

### [Live Demo](https://sultanbadri.github.io/shopping-cart/#/)

![shopping_cart](https://user-images.githubusercontent.com/46205282/106345850-f2d30000-6267-11eb-9fb2-f6c038bf3459.gif)

## Getting started

After cloning the repository, run:

```elm
cd shopping-cart
npm install
npm start
```

The site is now running at `localhost:3000`.

#### 📝 Description
A react shopping-cart made using React Router.

#### 💡 Features
* Features the total prices of all items in the cart.
* Can add and remove items from the cart.
* Responsive on mobile.

#### 🛠️ Built with
* React
* TypeScript
* Styled-components
* React Router