Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 592 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 592 Bytes

Appointment Planner

Project Goals

In this project, you will use functional React components to create an app that manages contacts and appointments. The app consists of two pages: one to view and add contacts and one to view and add appointments.

Component Diagram

You will work with stateful and stateless functional React components using hooks. The requirements section will walk through implementing the app from the topmost component down. If you would like to implement it in a different order feel free to do what is comfortable for you.