React.js Actor Card
This repository presents a React.js application to fetch a list of actors with their films from the Star Wars API (https://swapi.dev/api/people) and display them on the page as cards.
Details:
-
Fetch the product data from the following API endpoint: https://swapi.dev/api/people.
-
Display the list of actors as cards. Each card include the product name, height,birth_year and an "Detail" button.
-
When the "Detail" button is clicked, the selected actor is displayed in separated component with the detail of an actor.
-
Errors and loading states are handled.