Skip to content

Learn ReactJs (Consume API data) - Film Information System with data source from themoviedb (TMDB)

Notifications You must be signed in to change notification settings

MuhammadFarhan200/movies-list

Repository files navigation

movies-list

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.

Precondition

Before starting development, make sure you have installed:

Installation & Configuration

  • 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 install

Before running it you have to configure the environment requirements first. Please follow the instructions below:

  • Create an .env file based on the .env.example file:
$ copy .env.example .env

Or you can also run the command:

$ cp .env.example .env
  • Then open the .env file that was created and look at the VITE_APIKEY section
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 dev

You can access it in your browser on the server http://localhost:5173/

Contact Me

If you have any questions or want to get in touch, please contact me via:

About

Learn ReactJs (Consume API data) - Film Information System with data source from themoviedb (TMDB)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published