Simple weather app created with React to help users decide what to wear based on the current weather.
Created for Practicum USA Software Engineering Bootcamp. This project is my first experience with React. The app fetchs data from Open Weather Map's API according to a set latitude and longitude. This data then dynamicaly styles the app's appearance and filters uploaded clothing based on the weather.
Log in to the default user with email "[email protected]" and password "password"
Optimized for desktop at the moment, mobile version coming soon.
Server created with Express, Repo here