/CineFlex

An application to buy movie ticket

Primary LanguageJavaScript

CineFlex

An application to buy movie ticket

About

Implemented features:

  • List all movies from movie theater
  • choose the film
  • choose the session
  • choose the seat

Technologies

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

How to run

  1. Clone this repository
$ git clone git@github.com:acolima/Cineflex.git
  1. Install dependencies
$ npm i
  1. Run project with
$ npm start
  1. Access http://localhost:3000 on your browser