Load Elements Dynamically from JSON - A JavaScript library that creates repeated HTML elements from a JSON file.
Created by BlueSalt Labs
# todo
- Add template and code to create a dynamic table (what did I mean by this?).
Add template and code to create a GIF grid.- Add the ability to expand gifs and images when I get that template working.
Consider using SCSS for stylesheets.- have the ability to specify a different data type for an individual data item for tables?
- Create a to do list type
- have the ability to check items off, and specify an API call when an item is checked off?
- Integrate with Google Tasks API?
- make it possible for the input data and config can be separate.
- also make it possible for the config to be an object and the data to be a url, or vice-versa.
- Integrate search functionality.
- Add functionality to table template to sort by column (when that column is clicked).
- Add loading animation when an element is loading?