Mixed Messages - Portfolio Project - Music Mix Generator

The project was quite easy, I thought about making a workout music mix generator ( I always struggle with choosing the music while working out :rofl::rofl:), so I was thinking about an efficient way to store the music library… I went with making a simple musicMix object that will contain the music library as a property value pairs because I had three libraries (warmup, main, cooldown) then I made a simple method to randomize the choice and return back the mix.

The project took around 30min to finish.
Link to the project - GitHub - a-nonymou-s/Mixed-Messages