Here is my design of MVC utilizing JavaScript. I made a conscious effort to avoid using any MVC frameworks to achieve a clear structure and decoupled organization.
What are your thoughts on my approach? I am considering incorporating something like require.js to eliminate the need for specific ordering within the index file.
Check out the code snippet here: