/reactmovie

You can search for your favorite movies and find out some details such as: length, budget, revenue, actors, rating and director. The Movie Database API is used to obtain the information.

Primary LanguageJavaScript

The React Movie App

You can search for your favorite movies and find out some details such as: length, budget, revenue, actors, rating and director. The Movie Database API is used to obtain the information.

Available Scripts

If you want to clone the project in order to use it, you must create an account in The Movie Database and request a key. You must also create an .env file in the root of the project and put the requested key: REACT_APP_API_KEY=INSERT_KEY_HERE

In the project directory, you can run:

npm start

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

npm run 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!