Project goal is to have a fully working music app.
This project is semi-finished.
This Project is created with Pure Vinalla JS! Large project no problem! Vanilla JS Can handle anything <33
- Home tab (50% finished)
- All Songs tab
- Favourites tab
- Artists tab
- Playlists tab
- Audio tape with all the functionality (Heart, Shuffle, Repeat, Pause, Play, Play next, Play previous)
- Create a new playlist OR Add to a playlist
- Settings Button and Search input
- Album tab
- User Data will not store (everything Refresh when toggling between the screens)
open Terminal
cd ==> to the Music app file location
npm install
npm run dev
open music player app folder => then open Data folder => there are two JSON files:
- samples.JSON: here you can add more music by copying the object of each sample and fill it with the details of the music you want to add, make sure to put Audio, Cover in the right directory
- Artists.JSON: here you can add the details about the artist information of the music, artist Cover(optional) and the artist name(needed)