See the Pen JavaScript MVC (Observer Pattern) Calculator by Jashua White (@jashuawhite) on CodePen.

Overview

A Freecodecamp challenge that involved creating a basic JavaScript calculator. I chose to build the application out following the MVC design model. It was a great way to re-familiarize myself with MVC techniques and JavaScript’s object oriented design patterns.