https://github.com/eftekin/randogs-ios-app
🐶 Randogs is a simple iOS app that lets you view random pictures of dogs with just a tap.
https://github.com/eftekin/randogs-ios-app
Last synced: 24 days ago
JSON representation
🐶 Randogs is a simple iOS app that lets you view random pictures of dogs with just a tap.
- Host: GitHub
- URL: https://github.com/eftekin/randogs-ios-app
- Owner: eftekin
- Created: 2022-08-09T08:19:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T15:41:22.000Z (about 3 years ago)
- Last Synced: 2025-02-28T16:51:58.145Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 1.58 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Randogs - iOS App
RandomDog is a fun and simple iOS app that allows users to view random dog photos with a tap of a button. The app features a sleek and minimal design, focusing on providing an enjoyable and seamless user experience.



## Features
- Asynchronously loads random dog photos from [Dog API](https://dog.ceo/dog-api/)
- Changes background color with each new photo
- Smooth button animation on tap
## Installation
1. Clone the repository(`git clone https://github.com/yourusername/RandomDog.git`)
2. Open `RandomDog.xcodeproj` in Xcode.
3. Build and run the project on an iOS simulator or an actual device.
## Requirements
- Xcode
- iOS 13.0+ (may work on earlier versions, but not tested)
## Contributing
1. Fork the project.
2. Create a new branch for your feature (`git checkout -b feature/my-feature`).
3. Commit your changes (`git commit -m 'Add my feature'`).
4. Push the branch (`git push origin feature/my-feature`).
5. Open a pull request.