An open API service indexing awesome lists of open source software.

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

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.