masag0 / DownBeat

Downbeat is a Spotify inspired web application streaming music player-- Ruby on Rails, React, Redux, and PostgreSQL

Home Page:https://downbeat-app.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PA Review: Search

masag0 opened this issue · comments

  • Users can search for artists, albums, songs, or playlists
  • Adequate styling
  • Smooth, bug-free navigation
  • Adequate and appropriate seeds to demonstrate the feature

(Bonus)

  • Instant search with updated results as the user enters the query
  • Users can search for other users

The base requirement for meeting this MVP is a simple songs index as the results page. Searching on song title is required. Fetching songs that meet an Artist, Album, or Genre would be desirable.

Done implementing instant search for everything except for users and genres.

Excellent. This MVP is complete. I like how when you delete the search query and click out it takes you back to the page you search from-- this is better than Spotify!