This is a simple calculator application built using React. It allows you to perform basic arithmetic operations.
👉 Click here to try the live version
Follow these steps to run the calculator application on your local machine:
- Clone the Repository
git clone https://github.com/mohitahlawat2001/calculator-app.git
- Navigate to the Project Directory
cd calculator-app
- Install Dependencies
npm install
- Start the Application
npm start
- Open in Browser
- Open your web browser and go to http://localhost:3000
- You should now see the calculator application running locally on your machine.
- Addition, Subtraction, Multiplication, Division
- Clear All (AC)
- Supports decimal numbers
If you'd like to contribute, please fork the repository and create a pull request. You can also open an issue for any bug reports or feature requests.
Feel free to reach out with any questions or feedback. Happy calculating! 🧮