rldona / FilmistRN

Fimist React Native App

Home Page:https://filmistsoreapp.web.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filmist

Andrioid app to search, sync and share movies and series.

Screenshots

Run android simulator

git clone https://github.com/rldona/filmist.git
yarn global add react-native
yarn install
react-native install android
react-native run-android

Setup

Add your Firebase configuration and API key MovieDB -> src/config.js

const config = {
  // Firebase config
  firebase: {
    apiKey: 'apiKey',
    authDomain: 'authDomain',
    databaseURL: 'databaseURL',
    storageBucket: 'storageBucket',
    messagingSenderId: 'messagingSenderId'
  },
  // MoviesDB config
  moviedb: {
    endPoint: 'http://api.themoviedb.org/3/',
    apiKey: 'API_KEY'
  }
};

About

Fimist React Native App

https://filmistsoreapp.web.app

License:MIT License


Languages

Language:JavaScript 95.6%Language:Objective-C 2.4%Language:Java 1.1%Language:Python 0.9%