Skip to content

isismsilva/MostPopularMovies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MostPopularMovies

Most Popular Movies app presents a list and details about the most popular movies rated on TMDB data base.

Getting Started

Most Popular Movies don't use third party frameworks, so you just need to download and run to get started.

Framework

SwiftUI

Motivation to use SwiftUI:

  • Provides mechanisms for reactive programming;
  • No AutoLayout related problems;
  • Declarative and simple way to build UI;
  • Easy to build interchangeable components.

Architecture

MVVM

Motivation to use MVVM:

  • Better separation of Concerns;
  • Easier to write tests;
  • Easy to integrate with SwiftUI.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages