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
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
-
Clone this repository
-
Install dependencies
npm i
- Run the application with
npm start
- You can optionally build the project running
npm run build
- Finally, access http://localhost:3000 on your favorite browser