Get a list of things from an API and display them.
Display a list of things on the home page of your application
Have a detail page for each thing on the list page.
You should be able to click an item on the list page to get to the detail page.
You should be able to navigate directly to a detail page via url.
- Router setup 4 pts
- List Page: 3 pts
- Detail Page 3 pts