/CineFlex

The 9th project of Driven's bootcamp is an app to schedule a movie session. This app was fully developed on React, using an already created API.

Primary LanguageJavaScript

CineFlex

CineFlex is an web application to mobile dispositives with which the users can schedule your movie session. CineFlex show the list of movies that are on cinema and anyone can select the better day, session and seat. Come to try! :)

cineflex

Try it out now at https://projeto9-cineflex-gamma-six.vercel.app/

About

This is an web application to mobile dispositives with which users can have fun by choosing your favorite movie. Below are the implemented features:

  • List all movies
  • Select your favorite movie
  • Select the session did you prefer
  • Select the better seat(s)
  • Input your name and doc number
  • Review and get proof of your purchase

Attention: This app is just a simulation of an order at cinema. Purchase isn't real and does not cause any obligation.

Technologies

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

How to run

  1. Clone this repository
  2. Clone the repository at https://github.com/FilipeGarroteDev/CineFlex
  3. 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)