Skip to content

mikekaels/MinecraftModDownloader

Repository files navigation

MinecraftModDownloader

This is an image

Components

  • List of mods
  • Download mod
  • Banner ads
  • Interstitial ads
  • Native ads

Clean Architecture - MVVM

I use the exotic architecture that might be worth looking into in larger projects.

├─ Data
├─ Domain
├─ Presentation
  ├─ Module
  ├─ Home
      ├─ HomeVC
      ├─ HomeVM
├─ Application

Programatically UI

I'm more confident to use programatically with SnapKit for Auto Layout to avoid error or conflict on the XIB or Storyboard

Networking

Using Alamofire to manage the request

Getting Started

1. Clone this project

You can clone the project by Http or Ssh on your terminal

  • HTTP git clone https://github.com/mikekaels/MinecraftModDownloader.git
  • SSH git@github.com:mikekaels/MinecraftModDownloader.git

2. Instalation

Make sure you have installed cocoapods on your machine, if not please do this command in your Terminal:

$ sudo gem install cocoapods

If you already install cocoapods, in your terminal go to inside the project directory and do this command:

pod install

3. Open the .xcworkspace file

This is an image open the file

4. Run

This is an image Select the simulator or device and Run the project!

5. Done

Dependency

  • Networking using Alamofire
  • Auto Layout using Snapkit
  • Handling image using Kingfisher
  • Google Ads

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors