Skip to content

Set up basics of React Router #18

@willgarrett64

Description

@willgarrett64

We will be using React Router for this project. We need the basics of the router set up to handle the different routes, using the basic app structure:

<App>
  <Navbar/>
  <router>
    <LandingPage/> (when not logged in)
    <LogIn/>
    <SignUp/>
    <UserDashboard /> (logged in)
    <TripBuilder/> (logged in)
  </router>
</App>

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature to be addedfrontendFrontend work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions