A React-based movie app built to practice React fundamentals like state management, API integration, and component design.
I followed this YouTube tutorial and extended it with my own features. 👉 Live Demo: moodflix-psi.vercel.app
- 🔍 Search for movies using an API
- 🎞️ Watch trailers via YouTube integration
- 🎲 Random movie generator (custom)
- 🎚️ Filters for movie browsing (custom)
- ⏭️ Next & Previous navigation (custom)
- 🎨 Styled with TailwindCSS
- React hooks (
useState,useEffect) - Fetching & rendering API data
- Component reusability & conditional rendering
- TailwindCSS for styling
- Deploying to Vercel and handling deployment errors
- Debugging environment variables for API usage
- React
- TailwindCSS
- Vercel (deployment)