Skip to content

SarrahV/tiy-assignment-23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone Router

Make the app have 2 primary screens, genres and search. Use Backbone.Router to navigate between the screens (back/forward button navigation and bookmarking must work). Make both screens have a constant navigation area to jump between the screens. on the genres screen, have a sidebar with a set of genres (e.g. buttons like "rock", "rnb", "metal", "country") that the user can click and load songs for that genre. on the search screen, allow the user to enter a search term and display songs matching the search results. use the following routes: genre/:genre search/:keyword

http://sarrahv.github.io/tiy-assignment-23/