Wireframes and Front End Routes - crespohector/Inspired GitHub Wiki
Wireframes
Splash Page: 
Explore Page: 
Front End Routes
User Routes
/login
Log in page
This page displays a log in form
GET /loginPOST /login
/signup
This page displays a signup form.
Sign up page
GET /signupPOST /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