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.
Clone this repo and enter project
git clone https://github.com/j3rech0/watchlyst.git
cd watchlyst/Install NPM packages
yarnGet 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- Website - Jech
