BookMyShow offers showtimes, movie tickets, reviews, trailers, concert tickets and events across india.
https://github.com/ashwanikpankaj/bookmyshow_clone
- HTML
- CSS
- JavaScript
- React-Js
- Bootstrap
- Redux
- Express
- MongoDb
- GIT
- On visiting the website a pop-up will open to choose location.
- Landing Page: Navbars, categories and footer section.
- Sign-Up Page: User can signup with google authentication
- On clicking any movie poster user will redirect to movie discription page and on clicking Book ticket user can Book the ticket
- After choosing Movie slot timing and number of seats user will redirect to choose their seats.
- After clicking proceed button user will redirect to final summary of ticket booking.
- After confirming their ticket user will again redirect to home page.
Install vs-code
Install Node
Clone the project into local Install all the npm packages. Go into the project folder and type the following command to install all npm packages
npm install
Run clint side
npm start
Run Backend side
npm run start
- Landing Page
- Movie Page
- Movie Description Page
- Slot Booking
- Select Seat
- Confirmation Page