A basic calculator application built with React.js.
- Performs standard arithmetic operations: addition, subtraction, multiplication, and division.
- Clear button to reset the display.
- Decimal point functionality.
- React.js
- HTML
- CSS
-
Clone the repository:
git clone https://github.com/HariKrishnan-Ramesh/A-Simple-Calculator-using-React.js.git cd A-Simple-Calculator-using-React.js -
Install dependencies:
npm install # or yarn install
-
Start the development server:
npm start # or yarn start -
Open your browser and navigate to
http://localhost:3000(or the address shown in your terminal).
Contributions are welcome! Feel free to submit pull requests with bug fixes or enhancements.