Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matt-colen/iphone-calculator
Clone build of the iPhone calculator
https://github.com/matt-colen/iphone-calculator
javascript testing unit-testing vanilla-js
Last synced: 2 months ago
JSON representation
Clone build of the iPhone calculator
- Host: GitHub
- URL: https://github.com/matt-colen/iphone-calculator
- Owner: matt-colen
- Created: 2022-08-04T00:58:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T22:08:54.000Z (about 2 years ago)
- Last Synced: 2024-07-30T20:58:23.246Z (5 months ago)
- Topics: javascript, testing, unit-testing, vanilla-js
- Language: JavaScript
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iPhone Calculator
## This project is my clone of the iPhone calculator.
This was my first time implimenting unit testing so a calculator project was a good fit.
I learned a lot of new things during this project such as:
* Learning to seperate my code out into testable units.
* Learning more about CJS vs ES module syntax.
* Learning a lot more about Node.js for testing and how to use the assert library.
* Learning how to use mocha to test my results.Overall, this was a really fun project and helped me to explore the world of unit testing.