/phone-contacts-list-task

Simple phone contacts list using react

Primary LanguageJavaScriptMIT LicenseMIT

alt text

Steps

Requirements

UI

  • Search area
  • List of contacts
  • Each item in the list contains name and image.
  • Styles and colors are up to you, the attached image is just an example.

Functionality

  • Search, rerender the contacts list based on the search result.
  • Scrolling in the contact list.

Test

  • Write tests for each componant.
  • We use jest and enzyme for testing but it's up to you.

Nice to have

  • Organized and well written git commit history.
  • E2E tests.
  • CI/CD (for example https://circleci.com).

Tutorial