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
- Host: GitHub
- URL: https://github.com/wayou/wallist
- Owner: wayou
- Created: 2013-07-10T01:23:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-23T07:43:00.000Z (over 9 years ago)
- Last Synced: 2025-01-23T04:15:06.545Z (9 months ago)
- Language: JavaScript
- Homepage: http://wayou.github.io/Wallist/
- Size: 1.33 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.html
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
-------
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”.