Implement a web application where a user can manage an address book
- A user must be able to see a list of their contacts
- A user must be able to search their contacts
- A user must be able to create a new contact
- A user must be able to update an existing contact
- A user must be able to delete a contact
- A contact consists of a first name and a last name
- A contact can have unlimited contact numbers and email addresses
- Use any database/datastore
- Use any backend technology/framework that is appropriate for the position you are applying for
- Use any UI technology/framework that is appropriate for the position you are applying for
- Login/logout is not required
- Send a link to your public Git repository (GitHub, BitBucket, GitLab, etc) to [email protected]
- Do not email a zip file containing your code.