- 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 ✔️
- 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.