https://github.com/thesofakillers/calculator
https://github.com/thesofakillers/calculator
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thesofakillers/calculator
- Owner: thesofakillers
- Created: 2018-07-12T21:10:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T21:15:27.000Z (almost 8 years ago)
- Last Synced: 2025-05-31T22:58:33.208Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# calculator
This project consists in a small html/CSS/JS webpage containing a basic calculator.
The user may sum, subtract, multiply and divide numbers.
Clearing, backspace and decimal point features are also available.
This is the fifth project from the Odin Project's [Curriculum](https://www.theodinproject.com/lessons/calculator). More info and examples can be found there.