ReactFlix is a sleek, responsive movie app built using React, designed to showcase movie details, provide dynamic metadata for SEO, and offer features like "Add to Playlist." Dive into the world of movies with a modern interface and seamless user experience.
- Dynamic Search: Find movies quickly with an autocomplete search field.
- Movie Details Page: View in-depth details about your favorite movies.
- SEO Optimized: Dynamic page titles and metadata using React Helmet.
- Add to Playlist: Save your favorite movies to a playlist using local storage.
- Responsive Design: Works across all devices, from desktops to mobile phones.
- Color-Adaptive Backgrounds: Page background changes based on the dominant color of the movie poster.
- Confirm Dialogs: Show confirmation when redirecting users to external links.
Check out the live version: ReactFlix on GitHub Pages
Follow these steps to set up the project on your local machine:
- Clone the repository:
git clone https://github.com/RanjanWorks/reactflix.git cd reactflix
Made with ❤️ by RanjanWorks