/intek_redux

Intergrate Redux to React Native App

Primary LanguageJavaScript

Redux App

A React-native app provides the Top 10 Rating IMDB Movies and the current weather of any cities in Viet Nam.

Installation

There are 2 ways to see how the app works online:

  1. Go to the this Snack, import the Git Link and run the IOS emulator.

  2. Install the Snack Expo App in the App Store and then scan the below QR Code:

    QR Code

(This project has not been checked to run in local yet)

Features

  • IMDB:
    • Show a list of 10 rating movies on IMDB descending.
  • Weather App:
    • Show the weather info (Temperature, Pressure, Humidity) and an weather icon for the choosing city.
    • Intergrate a search bar for the city name.

Built with

File Structure

  • App.js: The main file in the project.
  • Apps: The main app is divided in separated smaller apps and all are in this directory.
  • Components: An app is divided into small components and the same with each components. Files for developing these components are stored in this directory.
  • Redux: Contain all files (actions, reducers) for the Redux library.

Acknowledgments