Skip to content

ZahraMirzaei/digicontact-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

digiContact

DigiContact gets an array of contacts, then grouped them based on the contact's last name. Then show a list of contacts based on a selected letter from the letters tab. when the user clicked on one contact in the contacts list, a contact card appears. This card has information about clicked contact.

✨Features

  • Responsiveness
  • Unit testing

🚀Getting Started

  1. Clone the project
git clone https://github.com/ZahraMirzaei/digicontact-task.git
  1. Install project dependencies
npm install
#or
yarn add
  1. Run the development server in project root path:
npm start
# or
yarn start
  1. For run tests:
npm run test
#or
yarn test

Open http://localhost:3000 with your browser to see the result.