About
In this appliication user can add a contact, delete, update amd serach a contact. For storing data I have used a JSON server which is connected to the application.
Screen-shots:
- List of all the contacts
- Can add the contacts
- Can edit the contacts
- Searching of the contact
- The contacts that appear on the list are stored in this JSON file and if we add a contact from app then it will also be added in the JSON file and edit works the same.