Ongaku - is a web music player built on top of Spotify Web API and Spotify Player SDK.
- Color theme.
- Dynamic localization.
- Advanced filtering.
- Preview of next track?
- Mobile design for web browsers (Spotify is sorry).
Field | Application |
---|---|
Framework | Nuxt.js (v3) |
Language | JavaScript (TypeScript) |
Styling | Tailwind CSS |
State Management | Pinia |
Internationalization | Nuxt i18n |
Icons | Nuxt Icon |
Images | Nuxt Image |
Fonts | Nuxt Fonts |
Icons | Nuxt Icon |
API Handling | OFetch |
Code Quality | Prettify |
- Pull the project.
- Run
npm install
to install packages. - Run
npm run dev
to launch the project in the development mode. - OR, run
npm run build
to build the project in the production mode.