๐ฌ Movie Ticket Booking System
This is a console-based Java application built as part of my Java Development Internship at CodeClause.
It simulates a real-world movie ticket booking system, allowing users to view available movies, select a movie, and book seats โ all via a clean and interactive console interface.
๐ Features View a list of available movies
Book seats dynamically (updates available seats)
Prevents overbooking
Clean user input handling with basic validations
๐ ๏ธ Tech Stack
Java
Object-Oriented Programming (OOP)
Console I/O
Dynamic Memory Handling
User-Centric Design
Code Modularity