thiagolioy / marvelapp

Blog post on medium about the creation of a marvel app from ground up

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marvel App

Twitter: @tplioy License Build Status GitHub forks GitHub stars GitHub issues


AppearanceMotivationPostsInstallation

-------

Appearance

Marvel Screens

Motivation

This repository supports a series of posts that will show how to create an iOS app from scratch, using many different pods and tools that will make your life easier. The project will have Marvel's theme and use its API. You can usually find this information elsewhere but it is usually splitted in different unrelated tutorials, my approach here is to convey all within a single project

Posts

Creating a Marvel iOS App from scratch..

Other posts built upon Marvel's iOS App..

Installation

This project uses Bundler and CocoaPods. All you need to setup it properly is:

bundle
bundle exec pod install

Tests And Coverage

You can run the tests any time. All your need to do is:

bundle exec fastlane test

License

This project is licensed under the terms of the MIT license. See the LICENSE file.

About

Blog post on medium about the creation of a marvel app from ground up

License:MIT License


Languages

Language:HTML 60.2%Language:Swift 26.7%Language:Ruby 9.1%Language:CSS 4.1%