Skip to content

xgenem/themovieguy

Repository files navigation

The Movie Guy

  • Uses Expo
  • Uses expo-router

Tasks

  • - Display Movies & Tv Shows
  • - Display details of Movie / TV show on a separate route
  • - Play trailer in app

Get started

  1. Install dependencies

    npm install
  2. Create local env inside project directory (root) and paste

    touch .env.local
  3. Paste the following details and add your TMDB_ACCESS_TOKEN

    EXPO_PUBLIC_TMDB_API_URL=https://api.themoviedb.org/3/
    EXPO_PUBLIC_TMDB_IMG_PATH=https://image.tmdb.org/t/p/w500
    EXPO_PUBLIC_TMDB_ACCESS_TOKEN=
    
  4. Start the app

    npx expo start
  5. If not in Expo Go, switch to Expo Go by pressing (s) while in the terminal. It should run an iOS Simulator and open the application.

About

The movie guy personal project. Built using Expo & using expo-router

Topics

Resources

Stars

Watchers

Forks