Create a Star Wars encyclopedia using React (with useState, useEffect, and Fetch/axios) and React Router.
The communication with the API should be handled in a separate middleware layer (i.e., a "service" where the actual Fetch/axios communication takes place).
- Component-based
- Version controlled
- All source code should be correctly indented
- Deployed to Netlify
Ability to browse through movies and characters (including basic pagination) All resource objects should have links to their respective related resources (e.g., on a character's page, users should be able to click on the movies they have appeared in and be taken to the detailed page of that movie, and vice versa).
