You can fork this repo to modify and make changes of your own. Please give me proper credit by linking back to rak3xh. Thanks!
My personal portfolio rak3xh.dev which features some of my github projects as well as my resume and technical skills.
Built With
Tools & Platforms used
-
This Music Website is made because the original spotify website is neither device responsive nor we can play music in the Website.
-
ISPOTIFYY is all device compatible and can play music, fetch playlist songs, working seekbar and mute and volume bar.
-
Ispotifyy is made without using any backend database and it can fetch the songs dynamically only by using javascript.
Clone down this repository.
git clone https://github.com/rak3xh/ispotifyy-music-app.git
[Locally Deploy]
- Open the
index.html
file and the website will run in your browser smoothly and you can enjoy all the features of it.
Open the project folder and Navigate to /songs
folder.
You can add multiple folders of songs and can listen to it with the help of this website.
- The song folder in which you can add any name folder and insert the songs in it!!
Just remember one thing in the new folder which has been made by you must contain a cover.jpg
and info.json
.
The info.json
file just edit the Title
and the Description
of the playlist.
{
"title": "Your_Title_Name",
"description": "Your_Title_Description"
}
You are all set to go and listen to everything!! you have added.
Give a ⭐ if you like this website!