An open API service indexing awesome lists of open source software.

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.

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.