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

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

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

Hope you like it!