All Projects → brunojs02 → react-native-movies-app

brunojs02 / react-native-movies-app

Licence: other
Movies catalog app written in react native and use of themoviedb api

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language
Starlark
911 projects
shell
77523 projects

Projects that are alternatives of or similar to react-native-movies-app

WatchSomething
Project that uses an API to list movies and tv shows that are latest, popular, top rated & on air.
Stars: ✭ 11 (-87.5%)
Mutual labels:  movies, themoviedb-api
tmdb bot
IMDB Telegram bot clone using TMDB to get info about movies and TV shows.
Stars: ✭ 22 (-75%)
Mutual labels:  themoviedb-api
organicmaps
🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Your donations and positive reviews motivate and inspire our small team!
Stars: ✭ 3,689 (+4092.05%)
Mutual labels:  mobile-app
Movies-Analytics-in-Spark-and-Scala
Data cleaning, pre-processing, and Analytics on a million movies using Spark and Scala.
Stars: ✭ 47 (-46.59%)
Mutual labels:  movies
the movie app open source
🎬 an app that lists movies in theaters and that will be released, and their respective actors using the api of the movie database, made with Flutter using Modular and MobX
Stars: ✭ 29 (-67.05%)
Mutual labels:  movies
nomdebebe
A simple, private tool to help pick a baby name.
Stars: ✭ 254 (+188.64%)
Mutual labels:  mobile-app
react-native-single-select
Customizable & Easy to Use Single Select Library for React Native
Stars: ✭ 74 (-15.91%)
Mutual labels:  mobile-app
Auraglyph
Auraglyph is an infinite modular musical sketchpad.
Stars: ✭ 62 (-29.55%)
Mutual labels:  mobile-app
MoviesApp
A Movie Application uses TheMovie API, MVVM architecture and all jetpack components.
Stars: ✭ 100 (+13.64%)
Mutual labels:  themoviedb-api
covid19cuba-app
Mobile application of Covid19 Cuba Data project implemented with Flutter
Stars: ✭ 41 (-53.41%)
Mutual labels:  mobile-app
FlutterMovieDetail
Simple Flutter Movie List & Detail Screen ui.
Stars: ✭ 40 (-54.55%)
Mutual labels:  movies
linky
Searches the internet for DDL links and sends them to your favourite download manager
Stars: ✭ 38 (-56.82%)
Mutual labels:  movies
mangosta-android
MongooseIM client for Android
Stars: ✭ 31 (-64.77%)
Mutual labels:  mobile-app
Zee5
Just a simple shit but no one knows
Stars: ✭ 29 (-67.05%)
Mutual labels:  movies
Flutter-BabyStepsQuiz
A Flutter Quiz App.
Stars: ✭ 21 (-76.14%)
Mutual labels:  mobile-app
go-movies
golang spider Crawler 爬虫 电影
Stars: ✭ 168 (+90.91%)
Mutual labels:  movies
anime-for-dev
A curated list of animes every developer should watch.
Stars: ✭ 95 (+7.95%)
Mutual labels:  movies
Android-daily-read-tips
log for articles and info in android for every developer
Stars: ✭ 13 (-85.23%)
Mutual labels:  mobile-app
mesan-react-native-authentication-app
A React Native app with authentication including Register, Login, Username, Forgot Password and Update Profile using React Hooks and React Context API.
Stars: ✭ 35 (-60.23%)
Mutual labels:  mobile-app
FlutterTrailers
A flutter App to download Movie Trailers.
Stars: ✭ 35 (-60.23%)
Mutual labels:  movies

Screenshots

Welcome Screen

Login Screen

Register Screen

Home Screen

Profile Screen

Before Run

  • Create an api key in themoviedb
  • Create a firebase project with package/bundleId called com.rnmovies
  • In Authentication enable auth with email/password
  • In Remote Config, create the following pairs (key/value):
  • YOUTUBE_URL: https://www.youtube.com/watch?v=
    
  • THEMOVIEDB_RESOURCE_URL: http://image.tmdb.org/t/p/
    
  • THEMOVIEDB_API_KEY: YOUR_THEMOVIEDB_API_KEY
    

Run Instructions

git clone https://github.com/brunojs02/react-native-movies-app.git rnmovies
cd rnmovies && (npm i || yarn)

iOS

cd ios
pod install
cd ..
  • Download GoogleService-Info.plist, put on ios/rnmovies and reference on xcode

Android

cd android/app
keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000
cd ../..
  • Download google-services.json and put under android/app

Running

yarn (android || ios)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].