Skip to content

Repository files navigation

WATCHLYST

Using TMDB API, WATCHLYST is a React Native app with a Home screen featuring Trending, Popular, and Top rated categories, search, Movie details, and About sections.

Screenshots

Features

  • Push notification: Firebase
  • Analytics: Segment
  • Dynamically update link in About screen via API

Built with

Installation

Clone this repo and enter project

git clone https://github.com/j3rech0/watchlyst.git
cd watchlyst/

Install NPM packages

yarn

Get your API Key at https://www.themoviedb.org/

Rename .env.example to .env:

 API_URL = "https://api.themoviedb.org/3/"
 API_KEY = "YOUR_API_KEY"
 MOVIE_URL = "https://www.2embed.to/embed/tmdb/"
 IMAGE_URL = "https://image.tmdb.org/"
 SEGMENT_KEY = "SEGMENT_KEY"
 GETUPDATES_URL = "YOUR_DATA_API_URL"

Run app

yarn start

Author

Releases

Packages

Contributors

Languages