https://github.com/a-samod/random-image-generator-app
This Swift application is a simple yet fun project that combines the functionality of fetching random images from Google with the ability to change the background color dynamically.
https://github.com/a-samod/random-image-generator-app
random-image-generator swift
Last synced: 12 months ago
JSON representation
This Swift application is a simple yet fun project that combines the functionality of fetching random images from Google with the ability to change the background color dynamically.
- Host: GitHub
- URL: https://github.com/a-samod/random-image-generator-app
- Owner: A-Samod
- Created: 2024-01-21T16:55:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T17:24:24.000Z (over 2 years ago)
- Last Synced: 2025-06-18T18:05:37.188Z (12 months ago)
- Topics: random-image-generator, swift
- Language: Swift
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Image Generator App
This Swift application is a simple yet fun project that combines the functionality of fetching random images from Google with the ability to change the background color dynamically. The app features a "Generate Random" button that, when clicked, fetches a random image from Google and updates the background color simultaneously.
## Features
- **Random Image Fetching:** Click the "Generate Random" button to fetch and display a random image from Google.
- **Dynamic Background Color:** The background color of the app changes every time a new random image is generated, adding a visually dynamic element to the user experience.
## Getting Started
1. **Clone the repository to your local machine.**
```bash
git clone https://github.com/A-Samod/RandomPhoto.git
Open the project in Xcode.
2. Build and run the application on your iOS device or simulator.
3. Click the "Generate Random" button to experience the randomness!
## Requirements
- Xcode 12 or later
- Swift 5.0 or later
