https://github.com/hesbon-osoro/shopping-cart
Shopping Cart in React and TypeScript
https://github.com/hesbon-osoro/shopping-cart
cart localstorage react typescript
Last synced: 3 months ago
JSON representation
Shopping Cart in React and TypeScript
- Host: GitHub
- URL: https://github.com/hesbon-osoro/shopping-cart
- Owner: hesbon-osoro
- Created: 2022-09-24T08:19:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T10:38:57.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T08:42:09.787Z (4 months ago)
- Topics: cart, localstorage, react, typescript
- Language: TypeScript
- Homepage: https://reactts-shopping-cart.netlify.app/
- Size: 1.56 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping Cart
[](https://reactts-shopping-cart.netlify.app/)
[](https://reactts-shopping-cart.netlify.app/)
[](https://reactts-shopping-cart.netlify.app/)
[](https://reactts-shopping-cart.netlify.app/)
A Shopping Cart in React and TypeScript
## Technologies
- React
- TypeScript
- Bootstrap
- React Router DOM
- React Context
- Vite
- Local Storage
- CSS
- HTML# Project Setup
```code
# Clone this repo
git clone https://github.com/hesbon-osoro/shopping-cart.git# Navigate to directory and install packages
cd shopping-cart && yarn# Start the app
yarn dev
```