Skip to content

piashcse/react-native-movie

Repository files navigation

Movie World (React Native)

React Native badge-Android badge-iOS Redux GitHub license License

Movie App using The Movie DB and build with react-native and redux based architecture

Main Features

  • Movie List
  • Pagination
  • Movie detail
  • Bottom navigation
  • Artist info and artist detail
  • Network connection state with SnackBar

Architecture

  • Redux-based Architecture (action - reducer - sagas)
  • Hooks
  • Redux-Saga

Redux Logo

Redux Logo

Built With 🛠

  • React-Native - React Native brings React's declarative UI framework to iOS and Android. With React Native, you use native UI controls and have full access to the native platform..
  • Redux - Redux is an open-source JavaScript library for managing and centralizing application state. It is most commonly used with libraries such as React or Angular for building user interfaces.
  • Redux-toolkit - The official, opinionated, batteries-included toolset for efficient Redux development
  • Redux-Saga - An intuitive Redux side effect manager.
  • React-Navigation 6 - Routing and navigation for your React Native apps.
  • Axios - Promise based HTTP client for the browser and node.js

Requirements

How to run

  • git clone git@github.com:piashcse/react-native-movie.git
  • yarn install

Now, you can choose a command to run the project:

  • yarn ios to run on iOS simulator
  • yarn android to run on Android simulator

👨 Developed By

Mehedi Hassan Piash

Twitter Web Medium Linkedin

License

Copyright 2023 piashcse (Mehedi Hassan Piash)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.