Skip to content

Front End Routes

Mitul Mistry edited this page Nov 4, 2021 · 2 revisions

These are the front end routes that will be implemented using React Router.

  • /
    • Splash
  • /login
    • SessionForm
  • /signup
    • SessionForm
  • /users/:userId
    • ProfileComponent
    • CollectionIndex
      • CollectionIndexItem
  • /artworks
    • ArtworkIndex
      • ArtworkIndexItem
  • /artworks/:artworkId
    • ArtworkShow
  • /artworks/saved
    • ArtworkIndex
      • ArtworkIndexItem
  • /collections
    • CollectionIndex
      • CollectionIndexItem
  • /collections/new
    • CollectionForm
  • /collections/:collectionId
    • CollectionShow
    • CommentForm
  • /collections/:id/edit
    • CollectionForm
Clone this wiki locally