Lightweight desktop app for attaching notes to spotify tracks.
- Playlist loading, selection, and pagination
- Embedded preview
- Persistant logins
This app is used by a friend of mine to rank/rate songs. It is a very one-use-case app. It's public for educational purposes and contains some personally re-usable frontend and backend elements (especially to do with the spotify API, UI tools, and backend state saving).
Built with Tauri + SQlite + ReactJS
I will take this project as an opportunity to:
actually learn tauri this time (rust + data management)learn ReactJS (urm... what's a state??)- learn unit testing