Skip to content
/ Moovy Public
forked from Ibrahimsyah/Moovy

React native clean architecture, typescript, redux, redux saga

Notifications You must be signed in to change notification settings

alesima/Moovy

 
 

Repository files navigation

Moovy

Movie Catalog Hybrid Mobile Apps, built with Clean Architecture Guide by Uncle Bob approach. Written in Typescript

Overview

Building a mobile apps is not as simple as just writing a code, run it, and check if it fulfil the requirements. We need to create an apps architecture so our application will be highly readable, testable, scalable, and maintainable.

There are so many architecture guides that we can follow when building an app, one of them which is implemented in this project is Clean Architecture by Uncle Bob. This approach has some advantages that will make us easier in development and maintenance stage

Technology Stack

  • React Native
  • Axios for HTTP Client Library
  • Redux for state management library
  • Redux-saga as redux middleware to handle asynchronous action

Result

Main Screen

Detail Screen

About

React native clean architecture, typescript, redux, redux saga

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.5%
  • Java 14.8%
  • Objective-C 10.7%
  • JavaScript 1.9%
  • Ruby 1.7%
  • Starlark 1.4%