Contact List App

This is a simple contact list app in React js. The contacts for this application are retrieved from http://randomuser.me.

Technology

  • React
  • Typescript
  • CSS

Installation

  • Assuming you've already have nodejs and yarn installed, go ahead and clone the project.
  • Then you need to run yarn install to install the dependencies.
  • At this you should be able to run the project via yarn start.
  • Demo is available at https://MohammadJB.github.io/ContactApp