This is a simple calculator web application built using React. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The calculator supports continuous calculations and provides a clear button to reset the input field. The project demonstrates fundamental concepts of React state management and event handling.
- Perform addition, subtraction, multiplication, and division operations.
- Continuous calculations based on user input.
- Clear button to reset the input field.
- Responsive design for desktop and mobile browsers.
- React: JavaScript library for building user interfaces.
- HTML/CSS: Basic styling and structure.
- JavaScript: Logic for handling calculations and UI interactions.
git clone https://github.com/najahaja/Calculator.git
cd Calculator
npm install
npm run dev