Movie Realm is a web app that allows users to explore, filter, and sort movies based on ratings, release dates, and popularity. The app fetches real-time movie data using an external API and presents it in an interactive, user-friendly interface.
Tech Stack Used:
React.js – Component-based UI development
Fetch API & Async/Await – Handling real-time movie data
React Hooks – State management (useState, useEffect)
CSS/Tailwind – Styling and responsiveness
Key Features:
✅ Movie Fetching – Uses an external API to display movies dynamically
✅ Filtering System – Allows users to filter movies based on ratings (e.g., 8+ stars)
✅ Sorting Functionality – Sort movies by popularity, latest, or rating
✅ Reusable Components – Optimized code with modular design