> For the complete documentation index, see [llms.txt](https://okelm.gitbook.io/devmeetings-react-ts-fork/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://okelm.gitbook.io/devmeetings-react-ts-fork/components-props/tasks.md).

# 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

## 3. :star: Add tags to the contact component

> **Hint**: tags can be stored as an array of strings

## 4. :star:  Mark some contacts as favorites and show them on separate list

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