MOVIENIGHT

Pick your genre — we'll pick your film

Choose a Genre

Select a genre above to get started

About My Program

Cante Bad Hand April 2026
🏫
Mr. Manuel's CS4ALL Class Taos High School — Computer Science for All

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.