Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/obskurath/calculator

A simple and intuitive web-based calculator application using HTML, CSS, and JavaScript. Features basic arithmetic operations, percentage calculations, and keyboard input support.
https://github.com/obskurath/calculator

basic-programming calculator calculator-javascript javascript javascript-basics

Last synced: 2 days ago
JSON representation

A simple and intuitive web-based calculator application using HTML, CSS, and JavaScript. Features basic arithmetic operations, percentage calculations, and keyboard input support.

Awesome Lists containing this project

README

        

# ๐Ÿงฎ Calculator

A simple calculator web application.

## โœจ Features

- โž• Basic arithmetic operations: addition, subtraction, multiplication, and division.
- ๐Ÿ“Š Percentage calculations.
- ๐Ÿงน Clear screen functionality.
- โŒจ๏ธ Keyboard input support.

## โš™๏ธ Setup

1. Clone the repository.
2. Open the project in Visual Studio Code.
3. Install the Live Server extension in Visual Studio Code.
4. Open `index.html` and start the Live Server to view the calculator in your browser.

## ๐Ÿš€ Usage

- Click the buttons or use the keyboard to input numbers and operations.
- Press `C` or `Escape` to clear the screen.
- Press `Enter` or `=` to perform the calculation.

## ๐Ÿ“„ Files

- `index.html`: The main HTML file containing the structure of the calculator.
- `script.js`: The JavaScript file containing the logic for the calculator.
- `style.css`: The CSS file containing the styles for the calculator.
- `.vscode/settings.json`: Configuration file for Visual Studio Code Live Server settings.

## ๐Ÿ“œ License

This project is licensed under the [MIT License](LICENSE).