🎬 Movie Watchlist App
Deployed Live Demo-> https://movie-app-react-ts-tailwind-css.netlify.app
Overview/ Description
The Movie Watchlist App is a dynamic web application that allows users to browse a collection of movies, search by title or director, filter by genre, and save their favorite movies to a personal watchlist.
The app uses localStorage to persist data, ensuring that the watchlist remains available even after a page refresh.
Features
• Display all movies on initial load
• Real-time search by movie title or director
• Filter movies by genre
• Add movies to a personal watchlist
• Remove movies from the watchlist
• Watchlist persists using localStorage
• Total runtime calculation (hours & minutes)
• “No results” message when no movies match filters
Built With
• React (useState, useEffect)
• JavaScript (ES6)
• Tailwind CSS (for styling)
• localStorage API
• TypeScript