Tasks

Hint: pay attention to naming - the file, the component and its props should have names that reflect what they are and what they do.

1. Create a single contact component

2. Create a component for list of contacts

Hint: tags can be stored as an array of strings

Hint: Contact is marked as favorite with a flag (add those flags manually)

Last updated