This project is a simple web application that utilizes ReactJS technology to display movie data from themoviedb API. The main feature of this application is getting movie data from themoviedb API using the GET request method.
Before starting development, make sure you have installed:
- Download this repository or you can clone this repository by running command:
$ git clone https://github.com/MuhammadFarhan200/movies-list.git- Go to repository folder by running the command:
$ cd movies-list- Install dependencies with pnpm:
$ pnpm installBefore running it you have to configure the environment requirements first. Please follow the instructions below:
- Create an
.envfile based on the.env.examplefile:
$ copy .env.example .envOr you can also run the command:
$ cp .env.example .env- Then open the
.envfile that was created and look at theVITE_APIKEYsection
VITE_APIKEY=YOUR_API_KEY // Please change the value with api key from your themoviedb account- Finally, to start development you can run the command:
$ pnpm run devYou can access it in your browser on the server http://localhost:5173/
If you have any questions or want to get in touch, please contact me via:
- Email: farhannsrllh177@gmail.com