Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.61 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.61 KB

IMDb Top 500 Movies Clone

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.

Features

• 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.

Tech Stack

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