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
- Host: GitHub
- URL: https://github.com/deusbalatro/js-calculator
- Owner: deusbalatro
- Created: 2025-03-17T11:28:11.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T11:46:20.000Z (2 months ago)
- Last Synced: 2025-03-17T12:38:14.533Z (2 months ago)
- Topics: 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
- Language: CSS
- Homepage: https://deusbalatro.github.io/js-calculator
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
### It is a calculator
#### I think there is no doubt
---
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.