Updated the Weather and Project Apps to render data on page load with useEffect, so that I don't have to press a button to display the information.import React, {useEffect, useState} from "react" function Image({size, search}) { const [src, setSrc] = useState(null) const updateImage