https://github.com/elena-in-code/to-do-list
jQuery based To-Do List App
https://github.com/elena-in-code/to-do-list
css html javascript jquery todoapp todolist
Last synced: 4 months ago
JSON representation
jQuery based To-Do List App
- Host: GitHub
- URL: https://github.com/elena-in-code/to-do-list
- Owner: elena-in-code
- Created: 2017-07-31T09:49:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T07:44:21.000Z (almost 8 years ago)
- Last Synced: 2025-01-20T11:31:59.335Z (5 months ago)
- Topics: css, html, javascript, jquery, todoapp, todolist
- Language: CSS
- Homepage: https://elena-in-code.github.io/To-Do-List/
- Size: 580 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To-Do-List
![]()
Todo List App is a useful app that will help you create new lists, because some of us love lists!
Based on the exercise part of the Udemy course "The Web Developer Bootcamp" by Colt Steele.
Technologies used:
- HTML5
- CSS3
- jQuery
- javaScript
User Stories:
- Add New Todo: Write new to do in the input box and click enter key
- Plus Sign: Will show or hide the input box
- List of todos: click on the todo list item you wish to mark as done, click again to toggle
- Delete Item: Hover over item, click on trash can to delete. You can not undo delete
- Note that this Todo List will not save