Skip to content

fac21/week3-CJMS-todo-list

Repository files navigation

Week 3 Project: To Do List

Roles: 🧠


Screen Shot 2021-03-25 at 16 36 25

Features ✔️

  • Random changing background image (via API) ✔️
  • Checkbox to mark items as completed ✔️
  • Delete function to delete tasks ✔️
  • Add things to the list ✔️
  • Accessible to motor-impaired users ✔️

Accessibility check

Improvements to make 🌱

  • The API only allows a certain number of calls per hour, so we added a default image if we reached the limit. But the default image always pops up for one second before the new image loads. Could fix this by lowering resolution of images.
  • Filter functionality to move completed items to bottom of list.
  • Allow background image to cover entire screen even after adding multiple tasks.