Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iliyan-trifonov/todo-knockoutjs
TODO app made with Knockout.js
https://github.com/iliyan-trifonov/todo-knockoutjs
Last synced: about 1 month ago
JSON representation
TODO app made with Knockout.js
- Host: GitHub
- URL: https://github.com/iliyan-trifonov/todo-knockoutjs
- Owner: iliyan-trifonov
- License: mit
- Created: 2015-10-25T08:02:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T08:17:29.000Z (about 9 years ago)
- Last Synced: 2023-03-26T13:57:18.126Z (almost 2 years ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TODO with Knockout.js
TODO app created with [Knockout.js](http://knockoutjs.com/)/[jQuery](https://jquery.com/).
You can add new items, set them as completed, delete them.[See it in action here](https://todo-knockoutjs.iliyan-trifonov.com "TODO with Knockout.js").
### Install
Go to the root of the app and run:bower install
This will install Knockout.js and jQuery in src/vendor.### Run
Open [src/index.html](src/index.html) in your browser. You need a modern browser supporting the local storage.
There are 3 sample TODOs which you can complete and delete.
You can add new ones. Everything is saved in the local storage of the browser.
The local storage key is called `data` and is read once on app load.
On add, complete and delete events all of the todos are saved back in the storage.