WTWR (What to Wear?) is a weather-based clothing recommendation application. The goal of this project is to assist users by providing suitable clothing recommendations derived from the daily weather forecast.
The application utilizes an API to retrieve the daily weather forecast. This weather data is subsequently processed and analyzed to determine the most appropriate clothing recommendations for the user. The recommendations consider various factors, including temperature in both Celsius and Fahrenheit.
- Retrieves weather data from an API
- Processes and analyzes the acquired weather data
- Displays user-added recommended clothing items
- Offers a user-friendly interface for seamless navigation
- React for building the user interface
- CSS for styling
- API Integration for fetching weather data
- Figma for design
- Google Cloud for cloud services
- Launch the WTWR application.
- The application will automatically retrieve the weather forecast for your current location.
- The application will then present suitable clothing items based on the weather forecast.
- Review the recommended clothing items and select your outfit for the day accordingly.
- Front-end: This repository
- Back-end: se_project_express