LeoSouzaNunes / cineflex

A movie tickets online booking built with React.

Home Page:https://cineflex-react-app.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is a movie tickets online booking where you can find the session and seats that best fits you.

Here you can check it out the application on your device Demo.

About

The following features are available:

  • Select an available movie.
  • Choose a time for you session.
  • Select as many available seats as you want.
  • Submit your purchase.

The main idea was to set the route flow using the react-router library and explore react resources. There is some possible future ideas to make a better user experience such as a comeback button and multiple customer data at the seats session.

Technologies

How to run

  1. Clone this repository
  2. Install dependencies
npm i
  1. Run the application with
npm run start
  1. You can optionally build the project running
npm run build
  1. It's done! Preview the website on http://localhost:3000.

About

A movie tickets online booking built with React.

https://cineflex-react-app.vercel.app/


Languages

Language:JavaScript 63.4%Language:CSS 32.5%Language:HTML 4.0%