Exercise: Delete Contact
An optional feature in Skypey which deletes a contact from the sidebar.
We'll cover the following...
You must implement the “Delete Contact” feature which allows us to remove a contact’s message thread from our contact list.
In the Skypey prototype below, you can see the ‘X’ in the top right corner of each contact. The objective is to add functionality to this close button.
As we’ve ...