Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alex-dishen/calculator


https://github.com/alex-dishen/calculator

css html javascript

Last synced: 19 days ago
JSON representation

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)