https://github.com/elena-in-code/calculator
https://github.com/elena-in-code/calculator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/elena-in-code/calculator
- Owner: elena-in-code
- Created: 2020-04-28T10:53:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T10:12:40.000Z (about 6 years ago)
- Last Synced: 2025-12-27T04:54:09.077Z (5 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
Vanilla Javascript Calculator
problem solving practice
3 different versions
#### Resources
- [MDN](developer.mozilla.org)
- [How to build an HTML calculator app from scratch using JavaScript](https://www.freecodecamp.org/news/how-to-build-an-html-calculator-app-from-scratch-using-javascript-4454b8714b98/)
- [Build A Calculator With JavaScript Tutorial](https://youtu.be/j59qQ7YWLxw)