
Estimated Time: 30 min
This exercise is meant to provide additional practice creating reusable React components.
In the Creating a WeatherIcons Component CodePen, you will find five weather elements generated within the HTML section.
weatherData that will contain five objects with the following properties: img, conditions, and time.WeatherIcons component and pass it the weatherData array as props.WeatherIcons component will then render five weather <div>s based on properties of the objects in the weatherData array.