Skip to content

A web program to organize your to do lists. You can perform the following operations.

Notifications You must be signed in to change notification settings

vssudarshan-projects/todo-list

Repository files navigation

todo-list

A web program to organise your to do lists. You can perform the following operations:

  1. Add items to a list
  2. Check mark the items
  3. Delete the items (Shift+mouse click)
  4. Add, delete and rename different lists

The website uses,

  1. Bootstrap for the layouts, jQuery for handling the scripting and AJAX for the https requests in the front end
  2. The back end uses Nodejs and expressjs to handle https requests and routing.
  3. EJS is used as a templating engine.
  4. I have implemented a LinkedList and a Splay Tree to store the list items and lists respectively.
  5. Cookies are used to manage the session. Though, they will reset after 24 hours of first launching the website.

Live at: https://todo-list-ds.herokuapp.com/

About

A web program to organize your to do lists. You can perform the following operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published