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
- Host: GitHub
- URL: https://github.com/djfarly/web-calculator-exercise
- Owner: djfarly
- Created: 2021-09-26T13:07:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-28T14:40:31.000Z (over 4 years ago)
- Last Synced: 2025-06-03T02:25:28.782Z (12 months ago)
- Topics: css, excercise, html, javascript-modules, js, modules, template, training
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.