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

https://github.com/djfarly/web-calculator-exercise

Calculator Exercise
https://github.com/djfarly/web-calculator-exercise

css excercise html javascript-modules js modules template training

Last synced: 26 days ago
JSON representation

Calculator Exercise

Awesome Lists containing this project

README

          

# Calculator Exercise 🧮

Build a calculator by implementing all functions in the JavaScript modules marked with [`// TODO`](https://github.com/djfarly/web-calculator-exercise/search?l=JavaScript&q=%2F%2F+TODO).

Make use of the module architecture to structure your code.

> Select '__Use this template__' to get started.