RO Character – Simple JavaScript Database App with JQuery, Underscore.js and JSON

Posted On January 16, 2018

This project is a very simple front end project about how you can create and manage a “database” without using any server-side database. But instead, I used a JSON file to save the added data and use JavaScript to manage the DOM to keep track of each dynamic DOM elements binding to the database. It’s probably not a really practical usage that you may want in the industry, but what I’m trying to do is to demo this and show you that it’s an alternative in the case that if you don’t mind your data is visible.

Loading