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

https://github.com/thesofakillers/calculator


https://github.com/thesofakillers/calculator

Last synced: 12 months ago
JSON representation

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.