Skip to content

yared07/Actors-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Fetch the product data from the following API endpoint: https://swapi.dev/api/people.

  2. Display the list of actors as cards. Each card include the product name, height,birth_year and an "Detail" button.

  3. When the "Detail" button is clicked, the selected actor is displayed in separated component with the detail of an actor.

  4. Errors and loading states are handled.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published