Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 964 Bytes

File metadata and controls

28 lines (19 loc) · 964 Bytes

Realm Digital Interview Assessment - Address Book

Implement a web application where a user can manage an address book

Requirements

  • 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

Technologies

  • 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

Assumptions

  • Login/logout is not required

How to send this to us

  • Send a link to your public Git repository (GitHub, BitBucket, GitLab, etc) to work@realmdigital.co.za
  • Do not email a zip file containing your code.