Skip to content

badxcode/movie-theater-management

Repository files navigation

Movie Theater Management

Movie theater management is a console application which manages movie information, customer information, buy or sell tickets etc. of a movie theater.


The user will be present with two basic functions Admin and Customer mode upon running the code. The admin mode requires a password to gain admin access. Customers can create accounts and use further features.

Admins can:

  • Add movie
  • Delete movie
  • Set show time
  • Set ticket price
  • Browse Movies

Customers can:

  • Browse Movies
  • Create Account
  • Buy tickets

The project is made with C programming language. Every information is stored locally on computer using the file handling methods of C language.


Demonstration:

Welcome Page

welcome page

Admin Login

admin login

Add Movies

add movies

Delete Movies

delete movies

Customer Sign Up

customer signup

Customer Login

customer login

Buy Tickets

buy tickets

Browse Movies

browse movies


This is my university project of semester L1T2. The project was very exciting for me as a beginner and I enjoyed every millisecond of it. There are still some minor bugs while deleting and then browsing the movies. Hopefully someday I'll fix it 😊.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages