WPG is a great app to see photos taken by photographer around the world, the app consumes services from unsplash.
- Get the Access Key and Secret key from unsplash
- Clone the repo
- Open the Terminal and navigate to the project folder
- In the Terminal run
pod install - Open the file
WPG.xcworkspacewith Xcode > 12 - With Xcode search the file
Credentials.swiftand put your Access Key and Secret key got in step 1 - Run the Project
- Gallery Screen, get photos from unsplash
- Pagination
- Add Photos to favorites
- Favorites screen
- Search screen
- Storing in database
- Working without internet
- Test 100%
| dependency | Version |
|---|---|
| Alamofire | 5.1.0 |
| CodableAlamofire | 1.2.1 |
| AlamofireImage | 4.1.0 |
| CoreData | --- |
- MVP pattern
- Repository Pattern
- Clean architecture
- Dependency Injection
- Solid
- Unit test



