https://github.com/jane-does-coding/shared-shopping-cart
https://github.com/jane-does-coding/shared-shopping-cart
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jane-does-coding/shared-shopping-cart
- Owner: jane-does-coding
- Created: 2024-07-17T19:51:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T14:21:01.000Z (about 1 year ago)
- Last Synced: 2024-11-21T03:43:07.323Z (12 months ago)
- Language: TypeScript
- Size: 240 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shared Shopping Cart


Website for families to share a digital shopping cart where everyone can add items they need
## Technologies used
[](https://skillicons.dev)
## Demo
Unable to deploy
## Run Locally
Clone the project
```bash
git clone https://github.com/jane-does-coding/Shared-Shopping-Cart/
```
Go to the project directory
```bash
cd my-project
```
Install dependencies
```bash
npm i
```
Run
```bash
npm run dev
```