-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTML and CSS of Music Player component.
- Loading branch information
Showing
6 changed files
with
182 additions
and
12 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
devchallenges/main-project/public/music-player/json/playlist.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[ | ||
{ | ||
"id": 1, | ||
"title": "Lost in City Lights", | ||
"artist": "Cosmo Sheldrake", | ||
"img": "src/assets/music-player/img/lost-in-city-lights.png", | ||
"mp3": "src/assets/music-player/songs/lost-in-city-lights.mp3" | ||
}, | ||
{ | ||
"id": 2, | ||
"title": "Forest Lullaby", | ||
"artist": "Lesfm", | ||
"img": "src/assets/music-player/img/forest-lullaby.png", | ||
"mp3": "src/assets/music-player/songs/forest-lullaby.mp3" | ||
} | ||
] | ||
|
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters