Skip to content

Latest commit

 

History

History
81 lines (60 loc) · 3.27 KB

README.md

File metadata and controls

81 lines (60 loc) · 3.27 KB

Cineflex

Single-Page Application made to a movie theater, using React Router for the first time!

Table of contents

Overview


Try it out now here.

About

This application has the following features:

  • Display a catalog including a broad range of movies
  • Lists lots of sessions to the choosen movie
  • Show up a grid of available seats
    • Enables the user to choose their seats and also input their name and CPF
  • Shows the receipt with all the useful informatin about the user and movie session
  • Also, enables the user to navigate to past pages with a left arrow button located at the page's top right
  • And, on the final receipt page, it's possible to go back to the home page

Built with

The following tools and libs 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. Finally, access http://localhost:3000 (the port ':3000' is subjected to changes) on your favorite browser (unless it is Internet Explorer. In this case, review your life decisions)

Author