/Cineflex

React based SPA that reserves movie seats by sessions from an API fed list of titles

Primary LanguageJavaScript

Cineflex

This project showcases recent study advancements on React Router DOM and useState management by creating a SPA that provides an user friendly reservation for movie seats based on an API fed list of titles

Main Features

Consumes API data for creating pages which:

  • Displays a list of movie titles
  • Groups sessions based on dates
  • Registers seats to user info
  • Returns a small briefing of the user selection

Built with

React React Router JavaScript HTML5 CSS3 Styled Components

How to run

  1. Clone this repository

  2. Install dependencies

npm i
  1. Run the application with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally, access http://localhost:3000 on your favorite browser