SolForte / projeto10-cineflex

Home Page:https://projeto10-cineflex-solforte.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cineflex

Cineflex is a Single-Page Application (SPA) for cinema, using React-Router!

Cineflex

About

This application emulates a cinema's online ticket/booking system. The basic usage flow is:

  • Get a list of available movies;
  • Get a list of sessions for the chosen movie;
  • Get a list of seats for the chosen session;
  • Book a seat.

Technologies

The following dependencies and technologies were used in this project:

Axios React React-router Styled-components

How to run

  1. Clone this repository
  2. Install Dependencies
npm install
  1. Run the app with
npm start
  1. Run the tests with
npm test
  1. Build the app with
npm run build

About

https://projeto10-cineflex-solforte.vercel.app


Languages

Language:JavaScript 97.2%Language:HTML 2.8%