Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 639 Bytes

TODO.md

File metadata and controls

18 lines (17 loc) · 639 Bytes

TODO

  • Split components into separate files
  • Fetch cycling data from a API
  • Fetch music from a API
  • Fix layout in horizontal mobile view
  • Clean up the code and remove unused files
  • Add loading for api services
  • Add a component that indicates the current activity based on the time and day of the week
  • API in Rust using axum
  • Add unit tests for the API
  • Add global animations and transitions
  • Add a error page
  • Improve the README.md
  • Add a LICENSE file
  • Light and dark themes
  • Live (real time) update of music component
  • Apply best tailwind practices