It took a while, but I’ve finally finished the JavaScript Calculator project.
If you have the time, I would really appreciate feedback on any of the following:
- Functionality. Does it work as expected? Any bugs?
- Layout and usability of buttons. Did it make sense when you first look at it?
- Code layout. I attempted to use the MVC methodology… Kind of. I’ve had very little experience implementing MVC and don’t have my head wrapped around it 100%. Any recommendations on ways to improve my JavaScript formatting/structure would be awesome.
Code: https://github.com/joshamore/javascript_calculator
Finished project: https://joshamore.github.io/javascript_calculator/
Thanks