An application of movie ticket purchase written in React that allows you to view all available movies, times and available seats, without leaving your home!
Try it out now at https://cineflexmovie.vercel.app/
This is a web application with which people can view available movies on Cineflex(The best cinema). Below are the implemented features:
- List all available movies
- List all session times -Select the seats of the desired section
- Reserve the dejados seats, informing your name and your identification document (CPF)
The following tools and frameworks were used in the construction of the project:
- Clone this repository
- Install dependencies
npm i
- Run the front-end with
npm start
- You can optionally build the project running
npm run build
- Finally access http://localhost:3000 on your favorite browser (unless it is Internet Explorer. In this case, review your life decisions)