MVP Goals:

  1. User should know upon page load that they can type in an artist and or song and see the lyrics they requested.

  2. User can click a submit button to fetch the data requested.

  3. See the lyrics on the page.

  4. Add Event listener to let user know if they didn't type anything in the field upon clicking the submit button.

  5. Create instructions on how to use the page.

Stretch Goals:

  1. Add a Like Button
  2. A drop down menu of suggestions for their query search.
  3. Add photo of artist or album to populate in addition to the lyrics.
  4. Add another fetch to get even more suggestions to load on the page.
  5. Add additional styling to make the page more dynamic.
  6. Add a copy returned lyrics selector.