Skip to content

TODO list app to demo the use of JavaScript. This code is part of the Software App Development course that I offer in the MSIT program.

Notifications You must be signed in to change notification settings

Manasa81/todo.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

TODO List App using JavaScript

Assignment

  1. Fork the GitHub repo
  2. Add due date selection for the todo task
  3. Implement checkbox by updating the state of the task
  4. Setup flask (or Node.js) to create web APIs for todo app
  5. Create a Web API request for fetch task list, add, delete
  6. Maintain the data in a json file and store it on the disk

About

TODO list app to demo the use of JavaScript. This code is part of the Software App Development course that I offer in the MSIT program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.7%
  • HTML 13.3%