NatalieFeng02 / SoftwareDevProject

0 stars 0 forks source link

Have a search results page #4

Open mabu7182 opened 7 months ago

mabu7182 commented 7 months ago

Incorporate search and the results of that search to the page.

A user should be able to type either an artist or song name and get 15-20 results that list out the information about the song. They should then be able to select a song and begin to get an analysis of that song. This page shows the results from the search API that is incorporated.

mabu7182 commented 7 months ago

Acceptance criteria: A user should be able to enter a keyword into the search bar. The API will take this and return information. The goal of this task is to identify the data collected by the API and display it out to the user on the page of the website. The user is then able to make a selection on it and then be taken to the analysis page of that particular song.