Skip to content

ashkankardan/contact-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contact-lookup

A mobile responsive web app to search for contacts and dislay the result dynamically based on search term.

Technologies Used

  • React
  • HTML5
  • CSS3
  • Bootstrap 4
  • JavaScript ES6
  • Yarn
  • Babel

APIs

  1. JSONPlaceholder: Contact information
  2. ROBOHASH: Contact Picture

Live Demo

Try the application live at https://ashkankardan.github.io/contact-lookup/

Features

  • User can see all contacts
  • User can search for a contact

Preview

Contact Lookup preview

Getting Started

  1. Clone the repository.

    git clone https://github.com/ashkankardan/contact-lookup.git
    cd contact-lookup
  2. Install all dependencies with Yarn.

    yarn install
  3. Start the project. Once started you can view the application by opening http://localhost:3000 in your browser.

    yarn start