React Calculator is a calculator app built with React. It supports basic arithmetic operations, decimal values, percentage calculation, value inversion, and number formatting. The app also features an auto-resizing output area that adjusts its size according to the length of the output.
- Basic arithmetic operations: addition, subtraction, multiplication, and division
- Support for decimal values
- Percentage calculation
- Value inversion (positive to negative, and vice versa)
- Reset functionality
- Number formatting for larger numbers
- Auto-resizing output area
- Clone the repository:
git clone https://github.com/
- Navigate to the project directory:
cd calculator
- Install the dependencies:
npm install
- Start the app:
npm start
All feature requests and pull requests are welcome. Please open an issue to discuss any changes or new features before submitting a pull request.
React Calculator is licensed under the MIT License.