An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Calculator App

## Preview

![Calcumate Screenshot](./public/calcumate.jpeg)

## 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/).