This is a Movie App built in ReactJS. It uses open [The Movie Database (TMDb) API] (https://www.themoviedb.org/documentation/api) to display data.
- List popular movies with pagination
- Auto-suggest movie title for search function
- View detail movie
This project uses node.
$ Clone this repo in your computer and inside the root folder of this project, install the libraries
$ (you can use ```npm i``` or ```yarn```)
- add .env file
- Once the libraries are installed, you need to create a
.env
file in the root folder of the project with a var calledVITE_TMDB_API_KEY
and it must have the value of your TMDB API key (if you don't have one, you can check how to get one here)
- run the command for running Application
$ yarn dev