https://github.com/eveningkid/livecoding-react-router
https://github.com/eveningkid/livecoding-react-router
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eveningkid/livecoding-react-router
- Owner: eveningkid
- Created: 2020-02-11T17:50:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:01:16.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T23:34:09.684Z (8 months ago)
- Language: JavaScript
- Size: 7.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Livecoding: React Router and API
This is a bare example on how to use an API with React and React Router.
This project uses the free [Studio Ghibli API](https://ghibliapi.herokuapp.com/) to fetch information about Ghibli movies.
## How to Use
This app was created with [`create-react-app`](https://github.com/facebook/create-react-app). All the usual scripts apply:
```bash
npm start
```## Endpoints
- `/`: Displays all the Ghibli movies (`FilmsList`)
- `/film/:filmId`: Displays a movie details (`FilmDetails`)## Author
[Arnaud Dellinger](https://github.com/eveningkid)