Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 335 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 335 Bytes

React Pets

This code contains the starter React application for a pet management system.

First, we'll build a React application which manages a static set of pet data.

Next, we'll enhance this application to pull all of the pet data from an API.

Lastly, we'll enhance the application to create new pet data and POST to the API.