Add Songs

In this lesson, you’ll learn how to add new songs to our application.

We'll cover the following

Tuning

At this point, we can navigate through the app and see a list of bands and their songs, but we cannot add new ones. Therefore, our next task will be defining actions that implement these tasks.

Creating songs

We’ll put a call-to-action button below the list of songs. This button will prompt the user to create a new song. If clicked, we should show an input field for the song title and an “Add” button to save the song. Let’s start by adding a nice, purple button:

Get hands-on with 1200+ tech skills courses.