A feature-rich React movie application that allows users to search for movies, view detailed information, and save favorites using the OMDb API.
- 🔍 Search Movies - Search through thousands of movies from the OMDb database
- 📖 Movie Details - View comprehensive information including cast, director, ratings, awards, and box office
- ❤️ Favorites - Add and remove movies from favorites (persisted in localStorage)
- 📱 Responsive Design - Beautiful UI that works on all devices
- ⚡ Fast Performance - Built with Vite for lightning-fast development and build
-
React - UI library
-
Vite - Build tool
-
Tailwind CSS v4 - Styling
-
Axios - HTTP client
-
OMDb API - Movie database
- Enter a movie name in the search bar
- Click on any movie card to view detailed information
- Add movies to favorites by clicking the heart button
- View all favorites from the navigation bar