- Create a mobile weather app
- Let the user enter any city input and show the weather data for that city
- Show the available cities as a selection during user input
- Get the information via the APIs from openweathermap.org/api
- Show the weather data of the current day
- Show a weather forecast for the following 5 days
- Show the weather details by time for any day of the 5-day preview on a separate detail page
- Mobile Design
- Flexbox Layout
- JavaScript ES6+
- Fetch-API