practicing fetching from APIs using the useeffect hook. uses setLoading to make sure data is loaded before trying to render
Pokemon fetch uses Promise.all() to fetch specific pokemon that are populated in an array
Holidays-Weather combines two API fetches into one. Uses the country code from the weather data (based on a city typed into the input field) to fetch data from the holidays URL