Build a fansite for books, movies, video games, or anything else
@jsiarto Can you take a look at this? It's hosted here and meets the following criteria:
[x] None of the routes on the website end with .html
[x] A homepage exists, where the purpose of the site is explained
[x] A "list page" exists that lists your top 3 favorite of this thing (e.g. /pokemon) -- each list item should link to the corresponding page for that favorite, detailed below
[x] For each of your favorites, a page exists to display more information about it (e.g. /pokemon/bulbasaur) -- we want to make sure you practice multiple levels of nested routes
[x] Every page includes links to the homepage and list page (although pages do not have to link to themselves)
Build a fansite for books, movies, video games, or anything else
@jsiarto Can you take a look at this? It's hosted here and meets the following criteria:
.html
/pokemon
) -- each list item should link to the corresponding page for that favorite, detailed below/pokemon/bulbasaur
) -- we want to make sure you practice multiple levels of nested routes