This is a simple Calculator app built with React.js. It performs basic arithmetic operations and provides a clear, responsive interface for quick calculations.
You can access the live demo of this Calculator on Netlify:
Netlify: React Calculator Demo
- Perform Calculations: Enter numbers and operators directly on the calculator's buttons.
- Delete Last Entry: Use the
DEL
button to delete the last entered digit or operator. - Clear All: Use the
AC
button or pressCE
on your keyboard to reset the calculator entirely. - Equal: Press the
=
button to see the result of the calculation.
- Supports keyboard input for quick calculations.
- Basic arithmetic operations (addition, subtraction, multiplication, and division).
- Delete (DEL) and All Clear (AC) functionality.
- Responsive and intuitive user interface.
To run this project locally, follow these steps:
- Clone this repository:
git clone https://github.com/maddatsubedi/React-Calculator.git
- Access the cloned directory:
cd React-Calculator
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit http://localhost:3000 to view the app.
Contributions are welcome! If you'd like to contribute to this project, feel free to fork this repository, make your changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.