/movie-app

Movie App Built with React JS

Primary LanguageJavaScript

Movies App

Movies App is a simple Web App that provides Information about movies, tv show, actor, and much more.
This project was bootstrapped with Create React App.

Access here

How To Run This Project?

  1. Clone the project
git clone https://github.com/kobulwidodo/movie-app.git
  1. Move To Folder Project
cd movie-app
  1. Rename .env.example file to .env and Fill your MovieDB API Key
REACT_APP_MOVIEDB_API_KEY=<your-api-key>
  1. Install All Dependencies
npm install
  1. Run The App
npm run start