This project is a simple calculator application built using React.js. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Addition
- Subtraction
- Multiplication
- Division
Follow these instructions to get the project up and running on your local machine.
Make sure you have Node.js and npm installed on your machine.
-
Clone the repository: git clone https://github.com/purniiiima/Calculator.git
-
Navigate to the project directory: cd ..
-
Install dependencies: npm install
-
Start the development server: npm start
-
Open your browser and visit
http://localhost:3000
to view the calculator. -
Use the calculator to perform arithmetic operations.
- React.js
- CSS
- HTML
- Javascript