Simple jQuery MVC CRUD code review

Simple jQuery MVC CRUD code review

Hello. I'm kindly asking, if anyone has a time and is willing to help me, to review my code on github and tell me about bad parts and provide with links to articles/code with good practices.
I made simple CRUD using only vanilla JS and jQuery. No back-end is needed, all data is written in localStorage.

https://github.com/hawkserj/Simple-MVC-CRUD-on-jQuery - here it is
Thanks in advance.