Skip to content

Latest commit

 

History

History

Mitali Laroia

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

DSC Web Dev Assingments

To-Do List in JavaScript

Sub Tasks:

  • Update and Delete functionalities: Done with functions CompleteToDo() and removeToDo() inside app.js

  • Local Storage of List: In order to save the list items in case of power cut and refresh scenerio , every time the list is appended the content is saved through JSON.stringify method and at the beginning of the program check is made at data (localStorage.getItem("TODO")) to load the list if data exist

  • Output: Screenshot (293) Screenshot (294)

Mini Project with API

Pokemon API: Get Random Pokemon

Details: