/chuck-norris-jokes

An app that consumes the Chuck Norris jokes API

Primary LanguageSwift

Chuck Norris API

The idea of this app is list and consume the categories inside the Chuck Norries API.

The first screen list the categories of jokes available inside the API and the detail screen list a respective random joke inside using the selected category.

Project Dependencies

This project use CocoaPods as dependency manager, so you will need to install him.

After installing, inside the project workspace folder, run the command: pod install.

This command will install all the dependencies used inside the project.

Technical Infos

The project do not use any .storyboard or .xib file, it only use view code to build the scenes inside the project.