Welcome to MovieMaze! This app allows you to easily search for your favorite movies and TV shows, view detailed information about them, and enjoy a sleek, responsive interface with both light and dark modes. 🌗✨
This app is deployed on Vercel.
👉 Check out the live version here: MovieMaze
-
🔍 Search: Look up your favorite movies and TV shows with an intuitive search bar.
-
📜 Movie Details: View detailed information about each movie, including its release year, description, and more.
-
🎨 Dark & Light Mode: Toggle between dark and light themes for a personalized viewing experience.
-
📱 Responsive Design: Works seamlessly across devices, including mobile, tablet, and desktop.
-
💻 Smooth Animations: Enjoy hover effects and smooth transitions across the UI.
- React
- React Router DOM
- Tailwind CSS
- OMDB API
-
Light Mode: Bright and clean with soft colors to keep the focus on the content.
-
Dark Mode: Sleek and modern with great contrast, perfect for night-time browsing.
To get started with MovieMaze, follow these steps:
- Clone the repository:
git clone https://github.com/JAYESH-555/Movie-Maze.git
- Navigate to the project directory:
cd movie-searching-app
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Set up the OMDB API:
- Note: This app uses the OMDB API to fetch movie and TV show data. To use it, you'll need to get your own API key from OMDB's website.