Skip to content

ese-erigha/movie-finder

Repository files navigation

Home Page

Movie-Finder-App

Live URL - https://movie-maniax.netlify.app/movies

A simple app for browsing movies powered by The Movie Database API (TMBD)

Application provides the following features:

  • Filter movies based on categories
  • Search for movie
  • View movie details

Development:

Testing:

Getting Started

Prerequisites

Install Node

Installing

Clone the repository

git clone https://github.com/eseerigha/movie-finder.git

Install dependencies

yarn

Configure environment variables

Create a .env file in the application root

Add the following config to the .env file

REACT_APP_MOVIE_DB_API_KEY=<insert api key>
REACT_APP_MOVIE_DB_BASE_URL=<https://api.themoviedb.org/3>

Running application

Development Environment

yarn run start

Production Environment

yarn run build

yarn add global serve

serve -s build

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Alt text