damoguyan11 / offlineDB

An offline DB demo based on AngularJS framework and HTML5 IndexedDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a single page application based on AngularJS framework and HTML5 IndexedDB. It manages a simple local database, to which users can add, remove, update, search and list records.

Thanks to IndexedDB, we can maintain a offline DB now. No Application Server, no DB server, all we need to run this DB is just a browser.

About browser compatibility, all sane browsers support HTML 5 (especially IndexedDB, of course) are fine, but Chrome is highly recommended because I only included webkit properties for some CSS animation effects.

Safari? No. It does NOT support IndexedDB, at this moment.

One tip: All the photos must be kept in photos/ directory. When you create a new slide, only images under that directory can be selected. It's just a html app, isn't it?

About

An offline DB demo based on AngularJS framework and HTML5 IndexedDB