Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/priyanshjain9414/calculator
A simple web-based calculator built using HTML, CSS, and JavaScript. This project allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
https://github.com/priyanshjain9414/calculator
css3 html-css-javascript html5 javascript
Last synced: about 2 months ago
JSON representation
A simple web-based calculator built using HTML, CSS, and JavaScript. This project allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Host: GitHub
- URL: https://github.com/priyanshjain9414/calculator
- Owner: priyanshjain9414
- Created: 2024-10-30T02:30:50.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T02:34:18.000Z (2 months ago)
- Last Synced: 2024-10-30T05:04:59.437Z (2 months ago)
- Topics: css3, html-css-javascript, html5, javascript
- Language: HTML
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
A simple web-based calculator built using HTML, CSS, and JavaScript. This project allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
## Features
- User-friendly interface
- Supports basic arithmetic operations:
- Addition
- Subtraction
- Multiplication
- Division
- Responsive design for mobile and desktop devices## Technologies Used
- **HTML**: For structuring the calculator's layout.
- **CSS**: For styling the calculator and enhancing the user interface.
- **JavaScript**: For implementing the calculator's functionality and handling user interactions.## Installation
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/priyanshjain9414/calculator.git## Usage
- Open the calculator in your web browser.
- Use the number buttons to input values.
- Select an operation (+, -, *, /) by clicking the corresponding button.
- Press the = button to see the result.
- Click the C button to clear the input.## Contributing
Contributions are welcome! If you have suggestions or improvements, feel free to create a pull request or open an issue.