Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Ibrahimsyah/Moovy

React native clean architecture, typescript, redux, redux saga
https://github.com/Ibrahimsyah/Moovy

clean-architecture react-native react-redux redux redux-saga typescript uncle-bob

Last synced: about 2 months ago
JSON representation

React native clean architecture, typescript, redux, redux saga

Awesome Lists containing this project

README

        

# 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](/thumbnails/home.png)

![Detail Screen](/thumbnails/detail.png)