A stylized, dynamic to-do application that runs in the browser.
- Add tasks
- Delete tasks
- Edit tasks
Give it a try at github.io/glhc/todo.
- SCSS for extra css features.
- Ethan Schoonover's Solarized colorscheme.
- jQuery library for manipulating the DOM.
- UUID JavaScript library. Generates unique IDs so that I can address & identify each task uniquely, even if all the other information is the same.