https://github.com/yosephdev/caculator-app
Calcumate is a calculator app built with React.
https://github.com/yosephdev/caculator-app
html-css-javascript reactjs
Last synced: 22 days ago
JSON representation
Calcumate is a calculator app built with React.
- Host: GitHub
- URL: https://github.com/yosephdev/caculator-app
- Owner: yosephdev
- Created: 2021-12-27T12:50:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T13:57:53.000Z (about 3 years ago)
- Last Synced: 2025-09-03T04:40:33.730Z (9 months ago)
- Topics: html-css-javascript, reactjs
- Language: JavaScript
- Homepage: https://caculator-app.vercel.app/
- Size: 1.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator App
## Preview

## Features
1. Perform mathematical operations like addition, subtraction, multiplication, and division
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/isakbet/caculator-app`
2. `cd calculator-app`
3. `npm install`
4. `npm start`
## Next steps
Build it further so that users can be able to:
- See the size of the elements based on their device's screen size (done)
- Adjust the color theme based on their preference
## License
The project is under [MIT license](https://choosealicense.com/licenses/mit/).