Wireframes and Front End Routes - crespohector/Inspired GitHub Wiki

Wireframes

Splash Page: wireframes_inspired-Splash Page

Explore Page: wireframes_inspired-Home Page

Front End Routes

User Routes

/login

Log in page

This page displays a log in form

  • GET /login
  • POST /login

/signup

This page displays a signup form.

Sign up page

  • GET /signup
  • POST /signup

/

This page displays the splash/home page.

/explore

Displays the explore page that renders the quotes

  • `GET /explore

/users

Displays the users profile page

  • `GET /users