CountryList
iOS app to show country info
Overview
'CountryList App' fetch and display country info using Country Layer API .
App will show all the countries along with name and flag image.
You can navigate to the details by tapping on a country.
Requirements
- iOS 14.0+
 - Xcode 12+
 - Swift 5
 
How To
Run The App
- Download the project or clone the git repository to your machine
 - Open 'CountryList.xcodeproj' using Xcode 12.0 or later
 - Select the 'Project navigator' and select project file
 - Open Signing&Capabilities tab and select your team / personal team
 - Update bundle id if required and make it compatible with team
 - Select the device / simulator you wish to run
 - Product -> Run or 
CMD+R 
Run The Tests
- To run the tests Product -> Test or 
CMD+U 

