A responsive React app that lets users search through thousands of movies using the IMDb RapidAPI.
- 🔍 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
- React + Vite
- Tailwind CSS
- IMDb API via RapidAPI
- JSX Components
- 
Clone the repository git clone https://github.com/hariharan-dev-05/useMovieNow.git cd useMovieNow
- 
Install dependencies npm install 
- 
Add your RapidAPI Key Create a .envfile in the root with:VITE_RAPIDAPI_KEY=your_api_key_here 
- 
Run the development server npm run dev 
- Working with third-party APIs
- Debounce input optimization
- Tailwind layouting
- Error handling in async/await flows
- API: IMDb via RapidAPI
- UI: Built using Tailwind CSS
Built with 💻 by Hariharan
