Skip to content

Sas2k/SongTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SongTrack 💽

Status GitHub Issues GitHub Pull Requests License Deploy with Vercel


🎶 A music player that plays my favorite songs 🎶

📝 Table of Contents

🧐 About

This is my attempt at creating a music player. The home page will load a random song from the list. The user can then choose to play the song or go to the next or previous song. The user can also choose to play a specific song from the list.

🎈 Usage

The user can play a song by clicking on the play button. The user can go to the next song by clicking on the button with the right arrow. The user can go to the previous song by clicking on the button with the left arrow.

for playing specific songs. you can either click on the "Song Link" text go to the current one, Or go to /songs/<track_number> to go to a specific song.

also the .mp3 are formatted this way

<track_number>-<song_artist>-<song_name>.mp3

and the .png are formatted this way

<track_number>-<song_name>.png

🚀 Deployment

you can click the deploy-to-vercel button on the README or do the one of the below commands in your Terminal. (after installing of course.)

npm install -g vercel
vercel -prod
#or
vercel

⛏️ Built Using

✍️ Authors

  • @Sas2k - Idea & Initial work

See also the list of contributors who participated in this project.