React Weather App

This project allows you to search for the weather at a specific city, at your current location, and displays a 5 day weather forecast. The API we used was provided by OpenWeatherMap.

I learned how to take my custom Vanilla JS weather app and convert it into React. I created components where it made sense, to give funcionality and readability. Working with React challenged me to problem solve and understand how the code worked in relation to each component.