-
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
-
API Used: https://pokeapi.co/api/v2
-
Functionalities: Gets Random Pokemon on clicking the pokeboll on the page