Front End Routes - KaminKevCrew/Striva GitHub Wiki

Front End Routes

The components for Striva will be organized as follows:

  • Root
    • App
      • Navigation Bar
      • Main Content
      • Footer/Company info

These are the front end routes for the app component; they will be displayed in the Main Content section of the app:

  • /: Home Page
  • /login: Log In Form (New Session)
  • /signup: Sign Up Form (New User)

These will be the pages displayed by the workouts component:

  • /workouts: New Workout Form
  • /workouts/:workoutid: Full summary of the workout
  • /workouts/workoutid/map: Display of workout route

These will be the pages displayed by the user component:

  • /user/:id: User Profile Page
  • /user/feed: User Feed