Create and style a character application using React components.
Refer to Getting Started in the lab submission instructions for complete setup, configuration, deployment, and submission instructions.
Starter code has been provided for you in the /lab/starter-code
folder.
Create an application that recreates the look and feel of this page https://rickandmortyapi.com/.
Move components into their own files. Snapshot test your components.
Create a Character
component that displays a character's name,
status, species, gender, origin, last location, and image.
Use your Character component in your App
to display 8 characters.
- Add some creative styling for the header in a
Header.css
file - Create a file called
Character.css
andimport
that into theCharacter
component- Add character styling like https://rickandmortyapi.com
Refer to the the lab submission instructions for the complete lab submission process and expectations