This is a front-end application that represents functionality for a shopping cart.
-
The application is based on pure JS and a MVC pattern.
-
The Order.js is a model and there are some tests for it written on jest.
-
UImain.js and UImain.js - represent a view part in MVC
-
class Adapter follows an adapter pattern to help to update the views after the model is changed