
Pixel Weather provides users with real-time weather and location information, complemented by AI-generated images that adapt to the current weather conditions. All of this is presented in a charming pixel font.
- 🔨 UI Kit
- 🗺️ OpenWeather API (https://openweathermap.org/current)
- 🎨 Midjourney
- 🖼️ Figma
The LoginView is a login screen that utilizes the protocol-delegate pattern to handle the login event. When the user logs in for the first time, it requests the location information. Once the location is provided, the user is directed to the main application. Subsequent logins will directly redirect the user to the main application without requiring location input again. This functionality is achieved using User Defaults to store the location data.
First time example:

Second time example:

The main part features a visually appealing weather interface powered by real-time data from OpenWeather API. The UI Kit and pixel font create a delightful atmosphere, while AI-generated images adapt to the current weather conditions.
Some examples:



