Not long after getting started with React, you'll want to pull in some data from an external source, whether that's your own API or someone else's. In this module we'll be building a Pet Store where we can view a list of pets in the adoption center, add new pets, edit their names and photos, and delete (er, adopt) them.
We'll start with a static app with hardcoded data and refactor it piece-by-piece until all the data is coming and going from an API server.