https://github.com/minnukota381/simple-calculator-react
A Calculator Web App using React
https://github.com/minnukota381/simple-calculator-react
css html reactjs
Last synced: 9 months ago
JSON representation
A Calculator Web App using React
- Host: GitHub
- URL: https://github.com/minnukota381/simple-calculator-react
- Owner: minnukota381
- License: mit
- Created: 2024-01-21T12:04:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-17T18:31:39.000Z (about 1 year ago)
- Last Synced: 2025-06-17T19:40:31.284Z (about 1 year ago)
- Topics: css, html, reactjs
- Language: JavaScript
- Homepage: https://calc151.vercel.app/
- Size: 2.61 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simple Calculator
A Simple Calculator web application built using React.
## Live Demo
Check out the live demo [here](https://simple-calculator-cutm.onrender.com/).
## Features
- Perform basic arithmetic operations: addition, subtraction, multiplication, and division.
- Responsive design for various screen sizes.
- Clear button to reset the input.
- Backspace button to delete the last digit.
## Technologies Used
- React: JavaScript library for building user interfaces.
- CSS: Styling for a clean and modern look.
- GitHub: Version control and repository hosting.
## Usage
1. Enter numbers using the provided buttons.
2. Perform arithmetic operations by clicking the respective operator buttons.
3. Press the "=" button to see the result.
4. Use the "C" button to clear the input.
5. The "CE" button functions as a backspace, removing the last entered digit.
## Getting Started
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/minnukota381/simple-calculator-react.git
2. Navigate to the project directory:
```bash
cd simple-calculator-react
3. Install dependencies:
```bash
npm install
4. Start the development server:
```bash
npm start
The app will be accessible at http://localhost:3000/ in your web browser.
## Contributing
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## Acknowledgments
- The React community for providing such a powerful library.
- Render for hosting the live demo of the application.
- The open-source community for various libraries and tools used in this project.