This project is based on sites of reserving seats at movie sessions. Is build in ReactJS and use one API to check and reserve seats, you can see all movies and click on them to select the best day and hour to reserve your seats.
You can clone the project and start on your local host or open the site hospeded here
Clone
git clone https://github.com/raferdev/cineflix
Install Dependencies
npm i
Start Server
npm start
The browser will remote open on the local link on port 3000 (usually). Exemple .:
http://localhost:3000
- The API will return all of open movies.
- You can select which you prefeer.
- You will see all the dates to reserve.
- Select the best date.
- You will see the seats, the open seats will apear in blue, and you can select them to reserve.
- Complete the form to finish your reservation.
- Good session.