This music player application is designed to manage your music playlists. Users can add, remove, save songs to playlists with user-defined names. This application was built using Java for the backend and JSwing for the UI. Happy listening!
Clone the repo.
git clone https://github.com/paige-ingram/MusicPlayerApplication.git
Navigate and run the main file.
src-->main-->UI-->Main
The music player application will launch in a new window.
Select 'New Playlist' to create a new playlist. The new playlist will show in the top display.
Select 'Add Song' to add songs to your playlist. Specify the name and artist of the song you are adding. A confirmation will show.
Select 'View Playlist' to view all the songs in one of your playlists.
Select 'Save Music Player' for data persistence after the application stops running. Select 'Load Music Player' to load your saved playlists when you re-run the application. The data are stored in JSON files in the data directory.