Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tqmvt/counter-app
shopping cart counter - awesome react app
https://github.com/tqmvt/counter-app
cart counter react
Last synced: about 2 months ago
JSON representation
shopping cart counter - awesome react app
- Host: GitHub
- URL: https://github.com/tqmvt/counter-app
- Owner: tqmvt
- Created: 2022-10-02T16:27:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T01:41:19.000Z (about 2 years ago)
- Last Synced: 2023-08-22T04:50:23.935Z (over 1 year ago)
- Topics: cart, counter, react
- Language: JavaScript
- Homepage: https://launch-counter.netlify.app
- Size: 981 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple counter-App using [React.js](https://reactjs.org)
[![Netlify Status](https://api.netlify.com/api/v1/badges/0dc318ba-6883-485e-a9d0-5720c9387a55/deploy-status)](https://app.netlify.com/sites/launch-counter/deploys)
> **This tiny application is like adding,removing,deleting, resetting products which reflects in the total number of products into the shopping cart.**
**This is a very basic app but useful to understand the React Components, states, Data Flow, parent to child etc. .**
![screenshot](./screenshot.png)
## Scripts
Install node modules
#### `npm install`
In the project directory, you can run:
#### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.