Frontend Routes and Components - KevLin2358/Slickr GitHub Wiki

If not logged in

  • /

    • SplashContent
      • Header
        • Login
        • SignUp
        • SearchBar
      • Body
        • SignUp
      • Footer
  • /login

    • LoginForm

Either

  • /search

    • SearchBar
  • /search/:string

    • SearchBar
    • ImageIndex
  • /search/:string/:photoId

    • Photo
    • PhotoOwnerDetails
    • PhotoDetails
    • Comments
  • /photos/:username

    • PhotoGallery
  • /photos/:username/albums

    • AlbumGallery
  • /photos/:username/albums/:albumId

    • AlbumGalleryPhotos

If logged in

  • Home

    • Header
      • Upload
      • Profile
      • SearchBar
  • /photos/upload

    • UploadPhotos
  • /account

    • PersonalInformation

Modals

  • sign up / sign in
  • upload photos