- 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