Writing a Simple MVC App in Vanilla JavaScript

1 · Tania Rascia · July 30, 2019, 4:19 a.m.
I wanted to write a simple application in plain JavaScript using the model-view-controller architectural pattern. So I did, and here it is. Hopefully it helps you understand MVC…...