Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 385 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 385 Bytes

To-Do-List

  • Developed a dynamic website that enables the user to create, edit, and track the status of each todo item on the daily basis
  • Utilized HTML list elements to display the tasks, also used CSS and Bootstrap to make the UI more friendly and accessible
  • Implemented todo CRUD operations by using JavaScript event listeners consisting of arrays, objects, and class methods