Skip to content

Commit e37b90a

Browse files
authored
Added screenshots to README.md
1 parent 37b2391 commit e37b90a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ The idea of implementing data structures in a music player was influenced by a
99

1010
We have recreated the experience of a simple music player that allows users to load a pool of songs from local storage and play tracks, create playlists and interact with it in a simple manner. The linked list data structure allows us to scrub through the entire playlist as per user’s instructions. To obtain a collection of songs we used the Spotify Developers API to save a CSV file of upto 100 songs’ metadata which we parse in our application to simulate the loading of songs from local storage. Our application features a simple menu based interface that allows all users to navigate with ease.
1111

12+
### Screenshots
13+
<img src="https://github.com/psk907/music-player-framework-in-c/blob/master/screenshots/Menu.PNG?raw=true" height="250" />
14+
(MAIN MENU)
15+
<br />
16+
<img src="https://github.com/psk907/music-player-framework-in-c/blob/master/screenshots/Songs_List.PNG?raw=true" height="250" />
17+
(SONGS LIST)
18+
<br />
19+
<img src="https://github.com/psk907/music-player-framework-in-c/blob/master/screenshots/Create_Song.PNG?raw=true" height="220" />
20+
(ADD A NEW SONG)
21+
<br />
22+
<img src="https://github.com/psk907/music-player-framework-in-c/blob/master/screenshots/Detailed_Overview.PNG?raw=true" height="200" />
23+
(MORE INFO ABOUT SONG)
24+
<br />
25+
<img src="https://github.com/psk907/music-player-framework-in-c/blob/master/screenshots/Playlist.PNG?raw=true" height="200" />
26+
(PLAYLIST)
27+
<br />
28+
<br/>
1229
### Testing Instructions
1330

1431
1. Download the .zip of the repository(Click here) to your computer and extract it.

0 commit comments

Comments
 (0)