
Technologies used: React.js, HTML5, CSS3, JavaScript
This project was created to further explore the React.js framework, as well as ingesting data from an API. The OpenWeatherMap API was used to get the current weather conditions for a certain area based on the zip code. Based on the data passed back from OpenWeather Map, a corresponding image is generated that represents the current weather condition. The app also uses this information to display the current temperature, as well as the high and low temperature for the day. These temperature values are color coded in order to give the user a quicker indication of the range the temperature falls in – either cold, moderate, warm, or hot. Lastly, the background image changes to indicate whether it is currently day or night.