Skip to content

TGOlson/html5-data-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5 Data Base

A data storage system created using HTML5 data attributes.

Check it out

This is a beta proof-of-concept design. Many things are hard-coded and rigid, but the possibility of the design is on display. All data entries are stored within html elements of this document, with properties saved as data-attributes of each element. Go ahead and inspect the document to learn more - open up the 'data-base' div.

Current data structure is as follows (although currently you can type whatever you want):

Object {
  id: uniq_int,
  leaves: int,
  color: string
}

Todo

  • Consider saving data in different HTML doc than UI view
  • Save changes
  • Ability to create new tables

About

A data storage system created using HTML5 data attributes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published