/rick-and-morty

class 26 lab- class

Primary LanguageJavaScript

LAB - Component Based UI

Create and style a character application using React components.

Before you begin

Refer to Getting Started in the lab submission instructions for complete setup, configuration, deployment, and submission instructions.

Getting Started

Starter code has been provided for you in the /lab/starter-code folder.

Requirements

Create an application that recreates the look and feel of this page https://rickandmortyapi.com/.

Modularize and Refactor

Move components into their own files. Snapshot test your components.

Character

Create a Character component that displays a character's name, status, species, gender, origin, last location, and image.

Use Character

Use your Character component in your App to display 8 characters.

Design Implementation

  • Add some creative styling for the header in a Header.css file
  • Create a file called Character.css and import that into the Character component

Assignemnt Submission Instructions

Refer to the the lab submission instructions for the complete lab submission process and expectations