Task #5

Add the ability to add a profile to the list

  • Will require moving the state out of <ProfileList />

  • Create a new container component called <App /> which stores the state

  • Don't forget to breakdown components!

    • Label, Input, Form, ProfileForm

Bonus task

Add ability to inline-edit each item.

Last updated