A simple React app for tracking contacts and appointments.
The goal of building this app is to work with:
- Using function components
- React hooks: useState, useEffect
- React forms
- Programming pattern: Separating container components from presentational components
- React 17.0.1
- React Router 5.2.0
The project is deployed via Netlify at https://goofy-curie-b09bb4.netlify.app/contacts
The project was built from a tutorial in the Codecademy Front-End Engineer Career Path.