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.
- Host: GitHub
- URL: https://github.com/sultanbadri/shopping-cart
- Owner: SultanBadri
- Created: 2021-01-11T22:44:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T21:58:21.000Z (over 4 years ago)
- Last Synced: 2025-05-12T14:04:50.709Z (about 1 year ago)
- Topics: ecommerce, planets, react, react-router, reactjs, shopping-cart, space, styled-components, the-odin-project, typescript
- Language: TypeScript
- Homepage: https://sultanbadri.github.io/shopping-cart/
- Size: 20.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping Cart
### [Live Demo](https://sultanbadri.github.io/shopping-cart/#/)

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