Skip to content

hariharan-dev-05/useMovieNow

Repository files navigation

🎬 UseMovieNow()

A responsive React app that lets users search through thousands of movies using the IMDb RapidAPI.

🚀 Features

  • 🔍 Real-time movie search with debounce
  • 🧩 Data from IMDb via RapidAPI
  • 🎨 Responsive UI with Tailwind CSS
  • ⭐ Ratings, Year, and Language details
  • ⏳ Loading spinner and error handling

🛠 Tech Stack

  • React + Vite
  • Tailwind CSS
  • IMDb API via RapidAPI
  • JSX Components

📦 Setup Instructions

  1. Clone the repository

    git clone https://github.com/hariharan-dev-05/useMovieNow.git
    
    cd useMovieNow
    
  2. Install dependencies

    npm install
  3. Add your RapidAPI Key Create a .env file in the root with:

    VITE_RAPIDAPI_KEY=your_api_key_here
  4. Run the development server

    npm run dev

📷 Preview

Movie Search App Screenshot

🧠 Learnings

  • Working with third-party APIs
  • Debounce input optimization
  • Tailwind layouting
  • Error handling in async/await flows

📚 Credits


Built with 💻 by Hariharan

About

A responsive React app that lets users search through thousands of movies using the IMDb RapidAPI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published