Design a Movie Booking application that
- Allows user to browse movie listing (of at least 10 movies) with image and description;
- When user selects a movie, show him the seats available;
- User may choose the seats by clicking on them;
- User may de-select a seat by clicking on a selected seat;
- When user clicks a “Book” button, display his booking info and total price;
- When user clicks “OK”, update the record and the seats will not be available to subsequent user.
Thank you very much for your help(: