Thanks to visit codestin.com
Credit goes to github.com

Skip to content

YsnElh/movies-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies-App

Welcome to Movies-App, your go-to source for comprehensive information about movies and series. This application is designed to provide you with detailed insights into your favorite films and TV shows.

Prerequisites

Before you get started, make sure you have Node.js installed on your machine. If not, you can download and install it from nodejs.org.

Getting Started

Step 1: Get your API KEY from themoviedb.org

Create an Account or log in on themoviedb.org, copy the API KEY from settings > API.

Step 2: Set the API KEY in .env file

Go to the .env file, change 'your_actual_api_key' with your API KEY:

REACT_APP_MOVIES_API=your_actual_api_key

Step 3: Install Dependencies

Open the terminal and run the following command to install the necessary dependencies:

npm i

Step 4: Start the Application

Launch the application by running the following command:

npm start

The application will start running, and you can access it in your web browser at http://localhost:3000.

About

This is a website built with ReactJs, shows informations about movies and series.

Topics

Resources

License

Stars

Watchers

Forks