skrishnan2001 / PrimeFlix

Find movies & tv shows and get recommendations - Looking for a movie or series idea for tonight? PrimeFlix is the simplest and fastest way to discover movies, series and actors. It's an application based on themoviedb (TMDb) database.

Home Page:https://drive.google.com/file/d/1M_RVQK0pWx58qF9CQEpbVpWUs1WgsSp5/view?usp=sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PrimeFlix

Find movies & TV shows and get recommendations - Looking for a movie or series idea for tonight? PrimeFlix is the simplest and fastest way to discover movies, series and actors. It's an application based on themoviedb (TMDb) database.

alt image


runs with expo

Running the app in Expo

  1. Clone the repository
  2. Create your own api key from themoviedb
  3. Add THEMOVIEDB_API_KEY key on your EAS secrets
  4. create a .env (see the example file)
  5. Install the required dependencies using the command
npm install
  1. Replace the firebase.ts present in src/config folder with your firebase config file.
  2. To run the app in expo, use the command
npm start

To Build the APK

  • To build the APK for android devices, use the command:
eas build -p android --profile preview

About

Find movies & tv shows and get recommendations - Looking for a movie or series idea for tonight? PrimeFlix is the simplest and fastest way to discover movies, series and actors. It's an application based on themoviedb (TMDb) database.

https://drive.google.com/file/d/1M_RVQK0pWx58qF9CQEpbVpWUs1WgsSp5/view?usp=sharing


Languages

Language:TypeScript 95.9%Language:JavaScript 4.1%