Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tasxatzial/product-list-with-cart
https://github.com/tasxatzial/product-list-with-cart
frontend-mentor frontend-mentor-challenge frontendmentor frontendmentor-challenge
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tasxatzial/product-list-with-cart
- Owner: tasxatzial
- Created: 2024-09-15T08:03:26.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-15T14:16:21.000Z (5 months ago)
- Last Synced: 2024-11-13T16:43:01.830Z (3 months ago)
- Topics: frontend-mentor, frontend-mentor-challenge, frontendmentor, frontendmentor-challenge
- Language: JavaScript
- Homepage:
- Size: 854 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Product list with cart
This is a challenge from [Frontend Mentor](https://www.frontendmentor.io/challenges/product-list-with-cart-5MmqLVAp_d).
## Dependencies
This is a basic React project created with Vite. Install the required dependencies via `npm install`.
## Run locally
Run the development version:
```bash
npm run dev
```Build the project:
```bash
npm run build
```Build & serve the production version:
```bash
npm run serve
```## Screenshots
See [screenshots](screenshots/).