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

https://github.com/estherslabbert/odin-calculator

The Odin Project: Calculator project
https://github.com/estherslabbert/odin-calculator

calculator css html html-css-javascript javascript

Last synced: 2 months ago
JSON representation

The Odin Project: Calculator project

Awesome Lists containing this project

README

          

# The Odin Project: Calculator Project

The Odin Project: Calculator project specifications laid out [here](https://www.theodinproject.com/lessons/foundations-calculator).

Calculator logic: `12 + 7 - 5 * 3 =` should yield `42`.

Extra credit included:

- Decimal point for floating numbers
- Styling

Not included:

- NO BACKSPACE!
- NO KEYBOARD SUPPORT!