Frontend Routes & Components - nramabad/Clone-ify GitHub Wiki
Frontend Routes
Component Overview
RootAppNavBar(Albums, Artists, Songs, Playlists, New Playlist button)SideBar(Search, Home, Library)- (main component will render here)
MusicPlayer
NavBar, SideBar and MusicPlayer will only render when a user is logged in.
User Authentication
/Splash
/loginSessionForm
/signupSessionForm
Main Components
/library
/library/albumsAlbumIndexAlbumIndexItem
/library/artistsArtistIndexArtistIndexItem
/library/songsSongIndexSongIndexItem
/library/playlistsPlaylistIndexPlaylistIndexItem
/search
/search/:querySearchIndex
/search/:query/results(displays album, artist, song, and playlist results separately)SearchIndex
/users
/users/:userIdUserIndexUserShow