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

https://github.com/mohammadnazm/calculator

Simple Calculator App: A user-friendly application for performing basic arithmetic operations, designed to facilitate quick and accurate calculation.
https://github.com/mohammadnazm/calculator

calculator css flexbox grid react webapp

Last synced: 2 months ago
JSON representation

Simple Calculator App: A user-friendly application for performing basic arithmetic operations, designed to facilitate quick and accurate calculation.

Awesome Lists containing this project

README

          

# React Calculator

A calculator project built with React.

![Calculator Screenshot](https://i.imgur.com/O3CKScM.gif)

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