Skip to content

A responsive and user-friendly movie app built with React, utilizing The Movie Database (TMDb) API to fetch and display movie information. Search for your favorite movies, explore details, and enjoy a seamless movie browsing experience.

Notifications You must be signed in to change notification settings

Rohith-Manjunath/React-Movie-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Movie App

A responsive web application that allows users to search for and explore movies. This project was built using React, leveraging The Movie Database (TMDb) API for movie data.

App Screenshot App Screenshot

Features

  • Search for movies by title.
  • View movie details, including title, overview, release date, and rating.
  • Responsive design for various screen sizes.
  • User-friendly and intuitive interface.
  • Performance optimizations for quick loading.
  • Error handling and graceful fallbacks.

Demo

Live Demo

Getting Started

These instructions will help you set up and run the project on your local machine.

Prerequisites

  • Node.js and npm installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/Rohith-Manjunath/React-Movie-App.git 
    

2.Change to the project directory:

cd my-app

3.Install dependencies:

npm install

4.Create a .envfile in the project root and add your TMDb API key:

REACT_APP_TMDB_API_KEY=your-api-key-here

5.Start the development server:

npm start

Built With

  • React - JavaScript library for building user interfaces.
  • The Movie Database (TMDb) API - Source of movie data.
  • fetch - Promise-based HTTP client for making API requests.
  • styled-components - CSS-in-JS library for styling components.

About

A responsive and user-friendly movie app built with React, utilizing The Movie Database (TMDb) API to fetch and display movie information. Search for your favorite movies, explore details, and enjoy a seamless movie browsing experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published