Top 10 Movies List (Flask Web Application)
Developed a Flask web application that allows users to create and manage their personal list of top movies. The app integrates with The Movie Database (TMDb) API to enable users to search for movies and automatically populate movie details. Users can rate and review movies, and the app displays the list sorted by rating using a custom quicksort algorithm. The project utilizes Flask-SQLAlchemy for database interactions, Flask-WTF for form handling, and Flask-Bootstrap for styling.
Check Out Repository