An open API service indexing awesome lists of open source software.

https://github.com/aadewunmi/songsplaylist

A java-console-based program that mainpulates a playlist for songs e.g. add song, remove song etc.
https://github.com/aadewunmi/songsplaylist

algorithms arraylist data-structures java-8 linked-list

Last synced: about 1 month ago
JSON representation

A java-console-based program that mainpulates a playlist for songs e.g. add song, remove song etc.

Awesome Lists containing this project

README

        

# PlayList Application

### Project Brief:

Create a program that implements a playlist for songs.
Create a Song class having Title and Duration for a song.
The program will have an Album class containing a list of songs.
The albums will be stored in an ArrayList.
Songs from different albums can be added to the playlist and will appear in the list in the order they are added.

Once the songs have been added to the playlist, create a menu of options to:-

1. Quit, Skip, forward to the next song, skip backwards to a previous song. Replay the current song.
2. List the songs in the playlist
3. A song must exist in an album before it can be added to the playlist (so you can only play songs that you own).

### Installing:

1. Clone the repo

```
https://github.com/AAdewunmi/SongsPlayList.git
```

2. Open Project Folder

3. Explore

Enjoy :)

### Source:

Section 9: LinkedList Challenge (Part 1, 2 & 3)

Java Programming Masterclass for Software Developers

Created by Tim Buchalka (Tim Buchalka's Learn Programming Academy - Udemy)

https://www.udemy.com/course/java-the-complete-java-developer-course/