/MovieDB

A Movie Search web app using React.js & Axios

Primary LanguageJavaScript

Movie Database Web App

A React.js web app for searching for your information on your favourite movies. Uses Axios and The Open Movie Database API!

More Information to come...

TO DO

  • Responsive pagination

In the project directory, you can run:

  • npm start to run the app in development mode.
  • npm run build to build the app for production.

If you fork this code, please remember to:

  • npm init
  • create a .env file containing your REACT_APP_API_KEY credentials (PLEASE don't forget to add .env to your .gitignore)
  • You will need to register for an API key, find out more here https://www.themoviedb.org/documentation/api

(This project was bootstrapped with Create React App.)