An open API service indexing awesome lists of open source software.

https://github.com/wayou/wallist

A Simple TODO managment application using HTML5 localStorage
https://github.com/wayou/wallist

Last synced: 7 months ago
JSON representation

A Simple TODO managment application using HTML5 localStorage

Awesome Lists containing this project

README

          

Wallist
=======

This is a demo application that demonstrate the HTML5 localStorage feature.
You can create and manage your daily to-do items here.

Online Demo
-------
You can take a look at the [online demo](http://wayou.github.io/Wallist/index.html).

Screenshot
-------
![alt tag](https://raw.github.com/Wayou/wallist/master/screenshot.jpg)

How to use:
-------

Anyway, there are two ways to use this simple APP.

1.Use locally:
Just download the zip file and extract to a target folder, then open the index.html file with Chrome or any other brwosers that support HTML5 localStorage.

For now the application not supported in IE when run locally.

2.Run it at server:

That's really simple. Justs copy all files in the "Wallist" folder to the IIS default site folder in "C:\inetpub\wwwroot\", then you can open the APP in the browser.
Just visit “http://localhost/index.html”.