Skip to content

erikbernard/movie-challenge

Repository files navigation

Movie Challenge


📋 summary

📋 Deploy

✨ Technology

This project was developed with the following technologies:

💻 About the project

The project consists of showing a catalog of films, providing a good user experience, allowing the listing of films organized into different categories (genres), performing searches by title and viewing detailed information about a film (ex: synopsis, year, duration, cast, etc.). Using The Movie DB API

🛠️ Functionalities

  • list movies

  • Search by movie names

  • view movie details

  • Among many other amazing things!

🔖 Layout


Dev quiz Dev quiz Dev quiz Dev quiz


🚀 How to Use

- Clone this repository:
$ git clone https://github.com/erikbernard/movie-challenge.git

- Enter in directory:
$ cd DevQuiz

- For install dependencies:
$ npm Install

- Run the app:
$ npm start