/find-me-movies-react

A movie finder application built with Reactjs + The movie DB API

Primary LanguageJavaScriptMIT LicenseMIT

Find me Movies

CI MIT License Vercel

The Find me Movies is a React based web application built on top of the The Movie DB API. The application will easily help you to find Trending and Upcoming Movies.

Live site here

Main application screens

Home page

Capture1

Capture2

Popular movies, Top rated movies, Upcoming movies and currently screening movies will have a similar view as below

Capture3

Movie detail view

Capture4

What's included:

  • Uses React as the web application framework
  • Uses TMDB API to retrieve movie information
  • Uses Material UI to style the components
  • Uses Axios as the HTTP client
  • Uses Fastify as the proxy API framework
  • Hosted with Vercel

Table of Content

Quick Start

After setting up your local DEV environment, you can clone this repository and run the solution using yarn start command. Make sure to create and configure the .env file with the provided setting value.

REACT_APP_TMDB_PROXY_BASE_URL=https://find-me-movies.vercel.app/api/
REACT_APP_TMDB_POSTER_BASE_URL=https://image.tmdb.org/t/p/w220_and_h330_face/
REACT_APP_TMDB_BACKDROP_BASE_URL=https://image.tmdb.org/t/p/w1920_and_h800_multi_faces/

Prerequisites

You'll need the following tools:

Build and run from source

First clone this repository locally.

  • Run yarn command from the repository root
  • Add .env file with the configs mentioned above
  • Run yarn start
  • Local site will be available in http://localhost:3000

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

License

Licensed under the MIT license.