React + OPW

Weather App

Pokemon App Image

This weather app is created in React and fetches the OpenWeather API. I decided to use Async/Await functions rather than a library such as Axios. The user input is used to set state and is then passed on to the fetch url dynamically once the user has pressed 'Enter'. Once the data object is returned, the name of the city, weather icon, and temperature are rendered below the form.

See Demo