Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajaypatil1993/calculator
Simple Calculator Website Built with HTML, CSS, and JavaScript
https://github.com/ajaypatil1993/calculator
css3 html5 javascript
Last synced: 2 days ago
JSON representation
Simple Calculator Website Built with HTML, CSS, and JavaScript
- Host: GitHub
- URL: https://github.com/ajaypatil1993/calculator
- Owner: ajaypatil1993
- Created: 2023-12-17T22:06:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T21:41:09.000Z (3 months ago)
- Last Synced: 2024-08-10T22:39:20.971Z (3 months ago)
- Topics: css3, html5, javascript
- Language: HTML
- Homepage:
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
This project is a basic calculator designed to perform essential mathematical operations, including addition, subtraction, multiplication, and division. The calculator is built using **HTML**, **CSS**, and **JavaScript**.
## Features
- **Basic Operations**: Supports addition, subtraction, multiplication, and division.
- **Responsive Design**: User-friendly interface that works well on different screen sizes.## Technologies Used
- **HTML**: For structuring the calculator layout.
- **CSS**: For styling and layout design.
- **JavaScript**: For implementing calculator functionality.## Screenshot
![Calculator Screenshot](https://github.com/ajaypatil1993/Calculator_task-1/assets/113763820/d1360411-214d-4850-bcf6-fca783d06bf7)## Getting Started
1. **Clone the repository:**
```bash
git clone https://github.com/your-username/calculator-task-1.git
```
2. **Navigate to the project directory:**
```bash
cd calculator-task-1
```
3. **Open the `index.html` file in your browser to use the calculator.**## License
This project is licensed under the MIT License.