/jList

Create and access your own lists on any computer or mobile device. All list data is stored in a real-time database.

Primary LanguageJavaScript

jList

Description: A simple online list in which you can modify its contents.

Version

0.00 - First Commit

  • First Commit

0.05 - Commit Markup

  • Added the basic markup for a List

0.30 - Commit Style + JS

  • Tweaked the Style
  • Added javascript functionality

0.80 - Commit Firebase

  • Added Online Permanent functionality
  • Can Add Items Easily
  • Removing Items is a bit tricky, For Now This Only Supports removing the last item

1.00 - Commit Firebase Complete

  • Changed the way the JSON database was structured, the songs are now stored in dictionaries instead of lists
  • Because of the above change, adding items was completely changed, but now removing items works for anything.

1.10 - Commit Multiple

  • Changed Design
  • Awaiting a way to load multiple lists

1.80 - Commit Multiple X

  • Changed Design
  • Bug Fix: Couldn't delete new items unless the page was refreshed
  • Almost done with allowing load multiple list

2.00 - Commit Multiple Complete

  • Now displays instructions on load that can't be changed
  • Has natural list functionality
  • Upcoming: Will add a date/time feature that will probably show when a list item is clicked
  • Upcoming: Will allow the user to change the default list show on startup
  • Upcoming: May add custom user login to prevent other users from changing lists

2.50 - Commit Bookmark

  • You can now add bookmarks by adding a # to the end of the url

2.75 - Commit Bookmark X

  • Bug Fix: Bookmarks sometimes double loaded
  • Refactored a lot of the code