A mobile responsive web app to search for contacts and dislay the result dynamically based on search term.
- React
- HTML5
- CSS3
- Bootstrap 4
- JavaScript ES6
- Yarn
- Babel
- JSONPlaceholder: Contact information
- ROBOHASH: Contact Picture
Try the application live at https://ashkankardan.github.io/contact-lookup/
- User can see all contacts
- User can search for a contact
-
Clone the repository.
git clone https://github.com/ashkankardan/contact-lookup.git cd contact-lookup
-
Install all dependencies with Yarn.
yarn install
-
Start the project. Once started you can view the application by opening http://localhost:3000 in your browser.
yarn start