Skip to content

oussamahdidou/Movies-Room-react-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Movies Room

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js: Download Node.js
  • npm: Comes with Node.js. To check if npm is installed, run:
    npm -v
    
  • TMDb API Key: Sign up and get your API key from TMDb.

Installation

  • Clone the repository:
git clone https://github.com/oussamahdidou/Movies-Room-react-typescript.git
  • Navigate to the project directory:
    cd movies-room
    

Install dependencies:

  • Run the following command to install the necessary packages:
npm install

Set up the TMDb API Key:

  • Create a .env file in the root directory of your project and add your TMDb API key:
REACT_APP_TMDB_API_KEY=your_tmdb_api_key_here

Running the Project

  • To start the development server, run the following command:
npm start

About

The world's first online platform for Movies (in React tmdb)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published