Skip to content

gosiacodes/todo-list

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ ToDo List ✨

Simple app "ToDo List" - group project at JavaScript course (2019)

https://gosiacodes.github.io/todo-list/

📌 Contributors

📌 How does the application work?

You can add todo to list, mark it when it's done and delete it when it's marked as done.

You can also unmark todo as done or move it's place on the list.

jQuery was used to compare the way of programming with and without it.