Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duncanbrewster/calculator
Perform addition, subtraction, multiplication, and division on this keyboard accessible calculator app.
https://github.com/duncanbrewster/calculator
calculator css html javascript
Last synced: 7 days ago
JSON representation
Perform addition, subtraction, multiplication, and division on this keyboard accessible calculator app.
- Host: GitHub
- URL: https://github.com/duncanbrewster/calculator
- Owner: DuncanBrewster
- Created: 2021-10-14T17:36:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T00:26:04.000Z (almost 3 years ago)
- Last Synced: 2024-06-22T10:26:13.212Z (5 months ago)
- Topics: calculator, css, html, javascript
- Language: JavaScript
- Homepage: https://duncanbrewster.github.io/calculator/
- Size: 7.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![calculator](https://user-images.githubusercontent.com/87501964/137368892-37cf950c-6c35-4d74-a0e9-3c8580f7741e.PNG)
# [calculator](https://duncanbrewster.github.io/calculator/)
A calculator app.## Features
* Perform addition, subtraction, multiplication, and division
* Keyboard accessible
* Is mobile and desktop friendly## Installation
1. Clone the repository to your computer.
```bash
git clone https://duncanbrewster.github.io/calculator.git
```2. To view the project locally, navigate to the project folder and open the `index.html` file in a web browser.
## Tools
This project:
* was built with **JavaScript**.
* uses **semantic HTML** markup.
* is styled with **CSS**.