React and Morty

"The only way to learn a new programming language is by writing programs in it."
-- Dennis Ritchie

What we are going to build

This repo contains the Rick and Morty in React exercise. Use this as a template.

We will create a React app to render characters from the Rick and Morty API. You will be able to save characters as favorites, see detailed information on a separate page and you can get random characters.

See a scribble for a simple overview: app See final example app here

Learning Objectives

  • git & GitHub workflow
  • using issues and a board to organize tasks
  • learn to build a multipage react application
  • how to break down a big problem in solvable smaller problems
  • coding, coding, coding

You will use the following stack

  • react with useState & useEffect hooks
  • styled-components
  • react-router
  • ES6 Features
  • fetching data from an external API
  • storing data in localStorage
  • logic

Recources:

HAVE FUN

"Wubba lubba dub dub"
-- Rick Sanchez