This project is a clone of the IMDb Top 500 movies list, built with a React.js + TypeScript frontend and a Node.js + Express backend. Data is stored and managed in a MySQL database.
• Browse Top 500 Movies - Display a list of the top 500 movies with ratings, genres, and more.
• Search & Filter - Users can search for movies and filter based on criteria like genre, runtime, and rating etc.
• Movie Details - Each movie has a dedicated card with details including description, cast, directors and more.
Frontend
• React with TypeScript - For building the user interface
• Tailwind CSS - For responsive and modern styling
Backend
• Node.js + Express.js - For handling server requests and responses
• MySQL - For database management