Skip to content

KrishnaKothawale/ReactMovieApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 React Movie App

A simple and clean React Movie Search App that allows users to search for movies using The Movie Database (TMDb) API.
This project was built while following @TechWithTim tutorial.


🌽 Live Demo

https://react-movie-app-krishna-kothawale.vercel.app/


🛠️ Tech Stack

  • React JS (with Vite)
  • TMDb API
  • Modern CSS
  • Fetch API

✨ Features

  • Search for movies by title
  • Display movie posters, titles, release years
  • Responsive UI
  • Loading and error handling
  • Clean and minimalistic design

🚀 Installation

  1. Clone the repo:
    git clone https://github.com/KrishnaKothawale/ReactMovieApp.git
  2. Navigate to the project folder:
    cd ReactMovieApp
  3. Install dependencies:
    npm install
  4. Create a .env file at the root and add your TMDb API key:
    VITE_MOVIE_API_KEY=your_tmdb_api_key_here
    
  5. Start the development server:
    npm run dev

🎥 Tutorial Reference

This project is based on the tutorial:
Build a Movie App in React (Vite) | TechWithTIM

Full credit to TechWithTim YouTube Channel for the guidance and inspiration. 🙌

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published