This a simple Ticket booking App taht allows a user to view a list of movies and also purchase tickets for the movie. The applictaion is Built using HTML,CSS and JavaScript.
- Displays the list of available movies.
- One can view the details of a given movie.
- One can purchase a tickets for any available movie.
- One can simulate the server updates usng JSON server.
To get started with the Ticket Booking App, one has to simple clone this repository an open index.html file in your preferred browser.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Start a local server to serve the
db.jsonfile, by running the following commandjson-server --watch db.json
Once the application is open in your web browser, you can vie the list of available movies. Clicking on a movie title will display its details, and you will display its details, and then you can decide to purchase tickets by clicking the "Buy Ticket" button.
- HTML
- CSS
- JavaScript
This application was created by Maina Zaquir.Special thanks to Sam Tomashi and Caleb Kiprotich for providing the guidance and support necessary for developing this application.
This project is licensed under the MIT License.