This JavaScript application allows users to manage a collection of songs and their respective artists. It provides a user-friendly interface that enables users to perform various operations such as adding, deleting, updating, and displaying songs. The application operates solely through the console, allowing users to interact with their music collection in a straightforward and efficient manner. Additionally, it features an interactive game where users can test their knowledge of music by guessing the artist of each song.
- Add a Song: Input a single song and its artist.
- Add Multiple Songs: Enter multiple songs and their artists at once.
- Delete a Song: Remove a song from the collection using its title.
- Update Song Title: Change the title of an existing song.
- Display All Songs: View a complete list of songs along with their artists.
- Display Songs by Artist: Filter and show all songs performed by a specific artist.
- Count Songs by Artist: Determine how many songs are associated with a particular artist.
- Play Game: Guess the artist of a song and earn points for correct answers.
- JavaScript
- Console for user interaction
- Clone the repository to your local machine:
git clone https://github.com/yourusername/music-management-app.git