Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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**.