https://github.com/superwalnut/react-counter-app
counter app example
https://github.com/superwalnut/react-counter-app
Last synced: over 1 year ago
JSON representation
counter app example
- Host: GitHub
- URL: https://github.com/superwalnut/react-counter-app
- Owner: superwalnut
- Created: 2021-02-01T06:32:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T06:33:01.000Z (over 5 years ago)
- Last Synced: 2025-02-05T01:32:50.430Z (over 1 year ago)
- Language: JavaScript
- Size: 144 KB
- Stars: 0
- Watchers: 2
- 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)
> **This tiny application is like adding,removing,deleting, resetting products which reflects in the total number of products into our shopping cart.**
**This is a very basic app but useful to understand the React Components, states, Data Flow, parent to child etc. .**
## Live URL :-
> [Counter App](https://obscure-waters-60500.herokuapp.com)
**OR your can do the following to run in your local machine**
## 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.