Pick your genre — we'll pick your film
This program was created as a coding project for Mr. Manuel's CS4ALL class at Taos High School. It was originally written in Python and then converted into an interactive web app.
The Movie Night Picker is designed to help users decide what to watch when they just can't make up their mind. You pick a genre — Action, Comedy, or Horror — and the program randomly selects a movie recommendation from a curated list. It keeps track of movies it's already suggested so you don't get stuck seeing the same title twice in one session.
The original Python version used functions, loops, if/else statements, and user input to power the logic — all core concepts from the CS4ALL curriculum.