Skip to content

Our team developed Book My Show, a web app for movie ticket bookings. Built with React and styled using CSS, users can select movies, choose showtime slots and seats. MongoDB and Express.js were used for backend functionality, storing movie details and managing user bookings. The app provides seamless user experience and displays previous booking.

Notifications You must be signed in to change notification settings

moitri-hazra/BookMyShow-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOOK MY SHOW APP

This project was bootstrapped with Create React App.

PROJECT SUMMERY

Project Summary: Book My Show App

Our team of three developers successfully created a web application called Book My Show, which allows users to select movie names, choose a slot, and book seats for their preferred showtimes. The app also provides users with the option to view their previous bookings. The project utilized a combination of front-end and back-end technologies to deliver a seamless user experience.

Front-End Technologies:

  • React: We chose React as our front-end framework due to its component-based architecture, which enabled us to create reusable UI elements and efficiently manage state throughout the application.
  • CSS Styling: We used CSS to style the application, ensuring an attractive and intuitive user interface that aligns with the Book My Show brand.
  • React Hooks: Leveraging React Hooks allowed us to manage state and perform side effects, such as API calls, within functional components.
  • Axios: To fetch data from the server, we integrated Axios, a popular JavaScript library that simplifies the process of making HTTP requests.

Back-End Technologies:

  • MongoDB: We selected MongoDB as our database to store movie details, slot information, seat availability, and user bookings. Its flexibility and scalability made it an ideal choice for our application.
  • Express.js: As the back-end framework, Express.js facilitated the creation of a robust API for handling user requests, managing data, and communicating with the database.

User Flow:

  1. Movie Selection: Users can select their preferred movie title.
  2. Slot and Seat Selection: Once a movie is chosen, users can view available time slots and select one. They can then choose their desired seat numbers from a visual representation of the theater layout.
  3. Booking Confirmation: When the user clicks "Book Now," the app processes the request and confirms the booking.
  4. Previous Bookings: Users can access their booking history, which displays details such as movie name, slot, seat numbers.

Overall, our team successfully implemented a Book My Show app that allows users to conveniently book movie tickets online. By utilizing React, CSS, React Hooks, and Axios on the front end, along with MongoDB and Express.js on the back end, we delivered a seamless and user-friendly experience. The app offers the essential features of movie selection, slot and seat selection, booking confirmation, and a history of previous bookings.

DEMO

  1. Overview

    image

  2. Booking a Movie

    image

  3. Previous Booking

    image

  4. Responsive Design

    image

LINKS

  1. Deployed Link --> https://bookmyshow-iwij.onrender.com/
  2. Live Server LInk --> https://bookmyshow-api.onrender.com/api/booking

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

Our team developed Book My Show, a web app for movie ticket bookings. Built with React and styled using CSS, users can select movies, choose showtime slots and seats. MongoDB and Express.js were used for backend functionality, storing movie details and managing user bookings. The app provides seamless user experience and displays previous booking.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published