A cross-platform application that shows a small Spotify widget that you can keep in the corner of your desktop while working.
Tech stack:
- Electron: Embeds Chromium and Node.js to enable web developers to create desktop applications.
- Vite: A build tool that significantly improves the front-end development experience
- SolidJS: A brutally efficient declarative JS library for building web applications, VERY similar to React (But no shadow dom! 😱).
- Styled-Components: Technically its Solid Styled Components, but its the same CSS-in-JS we have al come to love (and sometimes hate)
$ yarn
$ yarn dev
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux