Skip to content
This repository has been archived by the owner on Dec 4, 2021. It is now read-only.

tablecheck/react-test-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!