This is a bare example on how to use an API with React and React Router.
This project uses the free Studio Ghibli API to fetch information about Ghibli movies.
This app was created with create-react-app
. All the usual scripts apply:
npm start
/
: Displays all the Ghibli movies (FilmsList
)/film/:filmId
: Displays a movie details (FilmDetails
)