Developed persistent todo application with CRUD operations to track list of tasks ● Displayed list of todos with HTML list elements, styled todo list using CSS, Bootstrap ● Implemented todo crud operations by using JavaScript event listeners and updated UI dynamically by using JavaScript DOM operations. ● Used Arrays, Objects and their methods during todolist CRUD Operations, Persisted todo list state on page reloads using local storage methods. Technologies used: HTML, CSS, JS, Bootstrap