Skip to content

Movies App developed with React using The Movie Database API.

Notifications You must be signed in to change notification settings

CarlosAlbertoR/MoviesAppReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies App React

Movies App React is a web application built with React that displays information about movies and TV shows, using the TMDb API. Users can search and filter movies and series, view details about each title, such as synopsis and cast.

Features

  • Search movies and series by title
  • Filter by genre and release year
  • Movie/series details, including synopsis, cast and related recommendations
  • Responsive design for optimal user experience on mobile devices

Demo

You can try out the live demo of Movies App React here. Enjoy!

Raise the development environment

To raise the development environment, the following steps must be followed:

  1. Clone this repository:
    git clone https://github.com/CarlosAlbertoR/MoviesAppReact.git
  1. Navigate to the project directory:
    cd MoviesAppReact
  1. Install dependencies:
    npm install
  1. Get a TMDb API key here (you need to be logged in to get your API key).
  2. Create a .env file in the project root directory and add your TMDb API key: REACT_APP_API_KEY='your API key'. See the .env.example
  3. Start the application:
    npm start
  1. Open your browser at http://localhost:3000

About

Movies App developed with React using The Movie Database API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published