*Styled Components:* https://www.styled-components.com/
*Reactstrap Installation:* https://reactstrap.github.io/
*Reactstrap Components:* https://reactstrap.github.io/components/alerts/
*Adding Images, Fonts, and Files in React* (the most common approach): https://facebook.github.io/create-react-app/docs/adding-images-fonts-and-files
*Using the Public Folder in React* (a lesser-used option): https://facebook.github.io/create-react-app/docs/using-the-public-folder
*Google Geocoding API:* https://developers.google.com/maps/documentation/geocoding/start
*Weatherbit API Documentation:* https://www.weatherbit.io/api/weather-forecast-16-day
*Making a Progressive Web App in React* (using `serviceWorker.register()`): https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
*Adding Custom Environment Variables* (take note of the limitation of this functionality in React; it’s still best to store API keys in a back-end .env file if at all possible): https://facebook.github.io/create-react-app/docs/adding-custom-environment-variables