Skip to content

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

Notifications You must be signed in to change notification settings

amontheape/Cineflex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published