Frontend Routes - Justin-Stockton/PokeHunt GitHub Wiki

Main Page

  • /
    • This route is where people will land when coming to my site. It displays the pokemon created, the upvotes the pokemon have, and allows for new pokemon creation.

Single Pokemon Page

  • /pokemon/:pokemonId
    • This route is where users will be able to see reviews for the pokemon and add reviews to the pokemon.

Login Page

  • /login
    • This route is where users will be able to log in to their account.

Signup Page

  • /signup
    • This route is where users will be able to create their accounts.