/cineflex

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!

Primary LanguageJavaScript

Cineflex

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/

About

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)

Technologies

The following tools and frameworks were used in the construction of the project:

How to run

  1. Clone this repository
  2. Install dependencies
npm i
  1. Run the front-end with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally access http://localhost:3000 on your favorite browser (unless it is Internet Explorer. In this case, review your life decisions)