Do not confuse what to wear in rapidly changing weather.
- https://inthisweather.com/
- https://in-this-weather.vercel.app/
- https://in-this-weather.herokuapp.com/
"InThisWeather" is designed to give clothing advice based on weather conditions. After typing the desired city into the search bar, it gives recommendations under three main headings: Top Wear, Bottom Wear and Accessories.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.