Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 535 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 535 Bytes

Todo List

todo_list

📝 Description

Todo list built using vanilla JavaScript from The Odin Project curriculum.

💡 Features

  • Changes are saved to localStorage
  • Searchbar to search for tasks in a list
  • Can edit name, priority, date, and description of a task
  • Responsive for mobile

🛠️ Built with

  • HTML
  • CSS
  • JavaScript
  • Webpack