Skip to content

maddatsubedi/React-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


React Calculator

This is a simple Calculator app built with React.js. It performs basic arithmetic operations and provides a clear, responsive interface for quick calculations.

Live Demo

You can access the live demo of this Calculator on Netlify:
Netlify: React Calculator Demo

How to Use

  1. Perform Calculations: Enter numbers and operators directly on the calculator's buttons.
  2. Delete Last Entry: Use the DEL button to delete the last entered digit or operator.
  3. Clear All: Use the AC button or press CE on your keyboard to reset the calculator entirely.
  4. Equal: Press the = button to see the result of the calculation.

Features

  • 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.

Technologies Used

React
HTML5
CSS3

Getting Started

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

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.