https://github.com/madzadev/calculator
➗ Calculator with decimals, negative values, percentages.
https://github.com/madzadev/calculator
calculator react
Last synced: 6 months ago
JSON representation
➗ Calculator with decimals, negative values, percentages.
- Host: GitHub
- URL: https://github.com/madzadev/calculator
- Owner: madzadev
- Created: 2020-07-08T18:41:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T07:56:01.000Z (about 1 year ago)
- Last Synced: 2025-04-02T11:08:47.294Z (6 months ago)
- Topics: calculator, react
- Language: JavaScript
- Homepage: https://calculator-madza.netlify.app
- Size: 825 KB
- Stars: 147
- Watchers: 6
- Forks: 85
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Calculator
A calculator project built with React.

## Features
1. Add, subtract, multiply, divide
2. Support decimal values
3. Calculate percentages
4. Invert the values
5. Reset functionality
6. Format larger numbers
7. Output resize based on length## Installation
1. `git clone https://github.com/madzadev/calculator.git`
2. `cd calculator`
3. `npm install`
4. `npm start`
## Contributions
Any feature requests and pull requests are welcome!
## License
The project is under [MIT license](https://choosealicense.com/licenses/mit/).