Objective: Create an application to view the people of the Star Wars universe, with the following requirements:
- List people, with the ability to search by name
- View the details for a given person, including their film appearances and species
The starter app includes a minimal api layer and people list view. The API documentation can be found at https://swapi.dev and requires no extra setup.
The app was created via create-react-app and has everything you'll need to build and test.
Run the app with yarn start or npm run start.
Test the app with yarn test or npm run test.
When you have completed your app, please create public repository and send us a link - GitHub, GitLab, BitBucket etc.