A simple weather app, which displays the current weather for an entered city.
The weather data is fetched with the Weather API by openweathermap.org.
This project is based on a tutorial by Tyler Potts.
- Connecting ReactJS to API
- Dynamic data with ReactJS