This is a basic calculator web application developed using ReactJS. It allows users to perform simple arithmetic calculations such as addition, subtraction, multiplication, and division. Live Here
- Perform basic arithmetic operations.
- Responsive design for various screen sizes.
- User-friendly interface.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
To run this project, you need to have Node.js and npm (Node Package Manager) installed on your computer.
-
Clone the repository to your local machine:
git clone https://github.com/vickytilotia/ReactJs-Calculator.git
-
Navigate to the project's directory:
cd ReactJs-Calculator
-
Install the project dependencies:
npm install
-
After completing the installation, start the development server:
npm start
-
Open your web browser and visit http://localhost:3000 to use the calculator.
-
Perform arithmetic operations and see the results.