Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gndz07/sum-counter
https://github.com/gndz07/sum-counter
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gndz07/sum-counter
- Owner: gndz07
- Created: 2021-11-14T21:04:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T21:05:22.000Z (about 3 years ago)
- Last Synced: 2024-11-09T08:46:41.647Z (2 months ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
Mini project of a counter and summing up numbers.
There is a dropdown that contains numbers from 1-9. When user clicks on one of the numbers, the number will be added to a section that will have all of the selected numbers. There is another section for the sum, which will display the sum of all of the selected numbers.
User could not select the same number twice, but they could remove a selected number by deleting it from the selected numbers section.