What to Wear is an application developed using React, leveraging its exclusive technologies and functionalities.
The application assists users in selecting appropriate clothing based on the weather conditions. Each garment is assigned an ideal weather condition, which the application utilizes to determine the clothes to display.
What to Wear incorporates React hooks, specifically useState() and useEffect(). Additionally, the application utilizes an API weathermap.org to retrieve weather data based on longitude and latitude coordinates.
The application offers a user-friendly, aesthetically-pleasing user interface that makes it easy for anyone to "pick up" my app and maneuver their way throughout the application,
When the user clicks on an item card, a modal appears, highlighting the selected card by enlarging it and centering it on the screen.
By clicking on the "+ New Clothes" text, users are prompted to fill out a modal that lists all the required information for creating a new garment card.
'Backend' The GitHub repo for the backend is available here.