← Back to projects
usePopcorn
Overview
usePopcorn is a movie discovery and rating application that allows users to search for movies, view detailed information, and maintain a personal watchlist.
Key Features
• **Global Search**: Search for movies by title using the OMDB API.
• **Rating System**: Custom star rating component for personal evaluations.
• **Persistence**: Managed watchlist with local storage persistence.
• **UX Hooks**: Custom React hooks for keyboard shortcuts and responsive states.
Tech Stack
React with custom hooks, OMDb API, and CSS Modules.