Skip to content

carolyza/CineFlex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cineflex

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

Table of contents

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. 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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published