Single-Page Application made to a movie theater, using React Router
for the first time!
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
The following tools and libs were used in the construction of the project:
-
Clone this repository
-
Install dependencies
npm i
- Run the front-end with
npm start
- You can optionally build the project running
npm run build
- Finally, access http://localhost:3000 on your favorite browser (unless it is Internet Explorer. In this case, review your life decisions)