Implement an In-browser Database for offline use
Ever wanted to allow your users to use data offline when they there is no data connection or your application is down? What if they make some changes and want to persist their changes? Here is a way to leverage localStorage and make an offline database.
1