CalcuReact
CalcuReact is a simple calculator application built using React. It allows users to perform basic arithmetic calculations such as addition, subtraction, multiplication, and division.
Features
- Perform addition, subtraction, multiplication, and division operations.
- Responsive design for optimal viewing on various devices.
- Clear button to reset the input and result.
- Error handling for invalid inputs.
Getting Started
Follow the steps below to get the project up and running on your local machine:
- Clone the repository:
git clone https://github.com/sdivyanshu90/CalcuReact.git
- Navigate to the project directory:
cd CalcuReact
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your web browser and visit
http://localhost:3000
to see the application.
Usage
- Enter a number in the input field.
- Select an operation from the available buttons (+, -, *, /).
- Enter another number in the input field.
- Click the equals (=) button to perform the calculation.
- The result will be displayed below the input field.
Contributing
Contributions to CalcuReact are always welcome. If you find a bug, have a suggestion, or want to add a new feature, please open an issue or submit a pull request.
License
This project is licensed under the MIT License. You can find more details in the LICENSE file.
Acknowledgements
Feel free to explore and enhance the CalcuReact application. Happy calculating!