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

https://github.com/deusbalatro/js-calculator

The Odin Project Calculator Assignment
https://github.com/deusbalatro/js-calculator

assignment assignment-solutions assignments-of-the-course calculator calculator-app calculator-application calculator-javascript calculator-js theodinproject theodinproject-intermediate-html-css theodinproject-js theodinproject-nodejs theodinproject-rails theodinprojectfoundations

Last synced: about 2 months ago
JSON representation

The Odin Project Calculator Assignment

Awesome Lists containing this project

README

        

# Calculator
### It is a calculator
#### I think there is no doubt
---

![screenshot](screenshot.PNG "Calculator")

Created with VanillaJS, HTML & CSS. It is for The Odin Project Assignment.

It does not handle 0.1 + 0.2 case, because why it should?

For more info, you can check [IEEE 754](https://ieeexplore.ieee.org/document/8766229)

It may contain some bugs but I do not have time for insect powder.

It is responsive (by nature of flexboxes) but not mobile-friendly. So use desktop layout for best result.