🎬 The Amazing Movies Database

This project is a simple interface to tmdb.org API, consuming a large movie database, and allowing users to search for any movie, save their favorites and create a watchlist.

🛠 Uses

  • React 17
  • Webpack / Babel
  • Styled Components and Styled Icons
  • Axios for requests
  • Vercel CI/CD

🚀 Instructions

  1. Clone repository content to your machine.
  2. Run yarn on terminal to install all dependencies required on package.json.
  3. Update .env file with your tmdb.org API credentials.
  4. Type yarn start on console to run the project.
  5. Open the address http://localhost:8080 on your browser