Skip to content

ahmedfathy-m/Pop-flake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pop-flake

Pop flake is a native iOS app using an imDB 3rd party API.
The app was written in Swift 5.6 using the MVVM pattern.

Screenshots

Features

  • Explore new movies from the imdb database
  • Explore movies from the Top 250 movies list
  • View Top Box office movies
  • Ability to submit forms using Eureka
  • Code Written with SwiftLint Enabled

Installation

  • Clone the repository to your local device
  • Open terminal and cd to repository location on your local device
  • Run this command in the terminal to install needed pods
pod install
  • Set up a Keys struct in you project and fill it with your API Key
struct Keys {
    static let apiKey = "ENTER_YOUR_API_KEY"
}

Contact

For any issues, you can contact me here
LinkedIn | GMail

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published