mtlh / FilmFront

Movie site made using TMDb API that allows users to search new movies and actors, create lists and answer trivia questions.

Home Page:https://filmfront.mtlh.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FilmFront

Thumbnail Image

About

Movie site made using TMDb API that allows users to search new movies, tv shows and actors, create lists and answer trivia questions.

Demo

This project is deployed directly onto Vercel. filmfront.vercel.app

Technologies

  • TailwindCSS
  • Typescript
  • React
  • NextJS
  • Supabase
  • Vercel (hosting)

How to deploy locally

Follow the steps below:

  1. Download code from this repository.
  2. Install every dependency.
npm install
  1. Create api keys from the following sources:

    1. Supabase
  2. Get all required keys setup in a .env file.

SUPABASE_URL='https://supabaseurl.supabase.co'
BASE_URL='http://localhost:3000/'
SUPABASE_ANON_KEY='supbaseanonkey'
TMDB_APIKEY='apikey'

The BASE_URL must be configured based on which port you are using, when creating a hosted version this must be update to be the final url eg. https://filmfront.vercel.app/

  1. Run locally
 npm run dev
  1. Enjoy!

About

Movie site made using TMDb API that allows users to search new movies and actors, create lists and answer trivia questions.

https://filmfront.mtlh.dev


Languages

Language:TypeScript 99.1%Language:CSS 0.8%Language:JavaScript 0.2%