Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

Shopping Cart in React and TypeScript

Awesome Lists containing this project

README

        

# Shopping Cart

[![Shopping Cart](assets/shopping-cart.png)](https://reactts-shopping-cart.netlify.app/)

[![Store](assets/shopping-cart-store.png)](https://reactts-shopping-cart.netlify.app/)

[![Cart](assets/shopping-cart-cart.png)](https://reactts-shopping-cart.netlify.app/)

[![About](assets/shopping-cart-about.png)](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
```