Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.66 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.66 KB

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:

  1. Clone the repository: git clone https://github.com/sdivyanshu90/CalcuReact.git
  2. Navigate to the project directory: cd CalcuReact
  3. Install the dependencies: npm install
  4. Start the development server: npm start
  5. Open your web browser and visit http://localhost:3000 to see the application.

Usage

  1. Enter a number in the input field.
  2. Select an operation from the available buttons (+, -, *, /).
  3. Enter another number in the input field.
  4. Click the equals (=) button to perform the calculation.
  5. 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!