The application displays the weather based on the user's geolocation as the default setting. As an alternative, users can search for a city using the search bar.
This application was created to practice the basics of React. I was able to better understand reusability by utilizing React components which helped me in writing code that is more organized improving readability. Building this application also allowed me to practice connecting to networks. Another focus during this project was error prevention. If users did not allow location access, the app will use a default location. If the user enters an invalid city, a window will inform the user with a message.
Front-end: Javascript HTML CSS
Frameworks: React