Open
Description
Describe the Feature
Create a page that displays data in a grid layout. The data will come from the public facing Star Wars API endpoint (https://studio.apollographql.com/public/star-wars-swapi/home). Each card in the grid will display information about a Star Wars spaceship. Loading and error states need to be handled.
- Create a new route/page
- Fetch data
- Display data in a grid layout
- Handle loading
- Handle error
Tests to Perform
- There is a new route in side menu
- Data is fetched from the public Star Wars API
- There is a grid with items that display information about a spaceship from Star Wars
- User can visually see when the network request is loading
- Errors are displayed for users to see