A User interface based live search app written in React.
The Search component displays a text input box that will allow the user to enter a city or state. As the user enters data the application will display a live list of results that match the current text in the input field. There is a fetch request inside of the componentDidMount lifecycle method in Search.js
.