The Marvel app displays a list of Marvel characters with detailed information about them.
Marvel is designed to work with two API keys from Marvel API. You will need to get your free API keys after creating an account. Follow these instructions:
- Get the API public and secret keys.
- Insert into your Xcode schema by clicking the target icon at the top > "Edit Schema" > Within "Run", select "Arguments", and add your environment key values to the environment names of "API_Secret_Key" and "API_Public_Key".
- Ensure you have signing capabilities enabled under the Project settings for the "Marvel" target.
- Make sure your simulator is working on MacOS.
- Run the app!
All UI and Unit Tests are designed not to require any additional dependencies. Therefore, you simply run the test and observe the result.