You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developed a todo application with list of todos using HTML list elements and styled todo list using CSS , bootstrap and implemented todo by using javascript event listeners , DOM operations . used arrays , objects and their methods and persisted todo list state on page reloads using local storage methods.