Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1006 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 1006 Bytes

React Test Task

Welcome to the test, purpose of this exercise is to see you coding style and overall approach to software engineering. You don't need to finish all the tasks. In order to start the test please fork this repo, choose tasks to complete and once you are done send pull request and a link in email.

Tasks

Redux / React

  • When "Add Contact" button is clicked, new contact card should appear with following fields:
    • Name
    • Phone
    • Email
    • Edit Button.
    • Favourite Button.
  • Edit contact button should navigate to new screen that will allow editing of a contact and saving it.
  • Favourite button should add contact to list of favourites.
  • Create "Favourites" view that only displays favourited contacts.
  • Save state in local storage.

Additionally

  • Feel free to update existing code for the better if you think it needs to.
  • You can add any modules that you required for the tasks or if you wanna add something.

Good Luck!