A simple calculator application built using React. This project was created as a learning exercise to practice React concepts and improve front-end development skills.
- Basic arithmetic operations: addition, subtraction, multiplication, and division
- Clear and reset functionality
- User-friendly interface
Through this project, I learned:
- How to create and manage React components
- State management using React hooks
- Handling events and user inputs in React
- Basic styling using CSS
Follow the instructions below to set up and run the project locally.
- Node.js and npm (Node Package Manager) installed on your machine. You can download them from here.
-
Clone the repository:
git clone https://github.com/Bala-kumaran-S/react-calculator.git cd react-calculator -
Install dependencies:
Run the following command to install all the necessary dependencies:
npm install
-
Running the Application
To start the application, run:
npm run dev
-
**open your browser and ** open tab : http://localhost:3000/
Thanks for checking out my project!
