Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 536 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 536 Bytes

ToDOList

A Simple ToDoList using bootstrap, jquery and js

  • Add - Add a task
  • Reset - Reset the input task
  • Sort - Sort the striked and unstriked task while maintaining the order of task
  • Clear - Clear the striked out task
  • Up - Level up the task
  • Down - Level down the task

Demo

TODOLIST with AJAX (BRANCH 2)

All the above functions with Server Side Rendering using ExpressJS

ToDoLIST with HBS(BRANCH 3)

Using Templating language HBS Client Side Rendering and SSR using ExpressJS