A simple, yet powerful, YikYak clone powered by Firebase.
I was always a huge fan of YikYak before it was deleted and I wanted to recreate it. The project is powered by Firebase and was create as the final project for Cpts 479 at Washington State University.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Install Xcode here
Install CocoaPods
gem install cocoapods
Or via homebrew
brew install cocoapods
Once both are install, navigate to the home folder and run
pod install
Make sure to open the .xcodeworkspace file for the project otherwise the pods will note be loaded.
- @eastonco - Solo Developer
See also the list of contributors who participated in this project.
- Professor Lary Holder for providing a great resource for learning about iOS development in his CS479 class.