Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex-dishen/calculator
https://github.com/alex-dishen/calculator
css html javascript
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alex-dishen/calculator
- Owner: alex-dishen
- Created: 2022-07-27T05:23:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T13:05:01.000Z (about 2 years ago)
- Last Synced: 2024-05-03T03:32:11.248Z (9 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://alex-dishen.github.io/calculator/
- Size: 654 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
The **Calculator** is created according to the assignment from **The Odin Project** [course](https://www.theodinproject.com/paths/foundations/courses/foundations).
![Preview](img/Calculator.png)### 🔗 **Live preview** of the project is [here](https://alex-dishen.github.io/calculator/).
## **Features**
* Ability to insert number by click on the number
* Ability to write number by using num pad
* Ability to write number by using regular numbers on top of the keyboard
* Coma on thousands
* Limit of numbers that can be written
* Clear all the story of calculator
* Backspace## **Outcome**
* Used **HTML**
* Used **CSS**
* Used **JavaScript**
* Strengthened styling
* Got familiar with CSS Grid## **Navigation**
* See my next [Project](https://github.com/alex-dishen/sign-up-form)
* See my previous [Project](https://github.com/alex-dishen/etch-a-sketch)