Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

raferdev/cineflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project logo

Cineflix

Status GitHub Issues GitHub Pull Requests License



📝 Table of Contents

🧐 About

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.

🏁 Getting Started

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

🎈 Usage

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

⛏️ Built Using

  • HTML - Markup Language
  • CSS - Style Language
  • JS - Interative Language
  • ReactJS - Javascript Super Library

✍️ Authors