An app to make it easy to find Rick and Morty characters
Code advanced info it's available here[pt-BR]
dub-dub.mov
- UIKit
- ViewCode, auto layout
- VIP Clean Architecture
- Swiftlint
- API REST
- Core Data
- Dependency injection and inversion of control
- Unit tests with doubles (Mock, Stub, Spy)
Before starting, check the following requirements:
- MacOS
- Xcode installed
- Git installed
if you have ssh configured, run the command
git clone git@github.com:yago-marques/Dub-Dub.git
if you don't have ssh configured, run the command
git clone https://github.com/yago-marques/Dub-Dub.git
After installing, open the installed folder with XCode and run command + R
- Fork this repository
- Create a new branch:
git checkout -b <branch_name>
. - Make changes and commit:
git commit -m '<commit_message>'
- Send to base branch:
git push origin Dub-Dub / <local>
- Create a pull request.
see the GitHub documentation on how to create a pull request
Yago Marques |