This is a simple calculator app built using React. It performs basic arithmetic operations and provides a user-friendly interface.
- Addition, subtraction, multiplication, and division operations.
- Responsive design for various screen sizes.
- Clear button to reset the calculator.
See the live project in action: https://react-js-simple-calculator.netlify.app/
- React
- HTML
- CSS
- JS
To get a local copy up and running, follow these steps:
- Clone this repository:
git clone https://github.com/DevAbdurR/Simple-Calulator
- Navigate to the project directory:
cd simple-calculator
- Install dependencies:
npm install
- Start the development server:
npm start
- Click the buttons to input numbers and operators.
- Click "=" to get the result of the calculation.
- Click "AC" to clear the input and reset the calculator.
Contributions are welcome! If you have any improvements or fixes, feel free to submit a pull request. Please follow the standard coding guidelines.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
This project was developed to practice building a React application. Feel free to explore and modify the code to learn more about React development!