Real Time Search Using React

Search People by their Name, Phone number, Email, DOB or Location.

Components

  • Search Component Consists of input fields and storing it in the state
  • Result Component produces a list of other components from the filtered rows from the dummy data.

Look