Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 511 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 511 Bytes

Contact Manager

A simple contact manager to manage CRUD operations of contacts. Use save button to locally store any changes and comeback at any time to get all saved contacts.

Functionalities

  • Create Contact
  • Read Contacts
  • Update Contact
  • Delete Contact
  • Save Contact Locally
  • Delete all Contacts

Component Structure

ContactManager

  • Header (Title)
  • AddContact / UpdateContact
  • ContactList (Save Contacts, Delete Contacts)
    • ContactCard (Contact Details, Edit Contact, Delete Contact)