A clean and minimal web app for booking movie seats.
demo.mp4
Try it out now at https://cineflex-react.vercel.app/
The following tools and frameworks were used in the construction of the project:
- Clone this repository
- Copy the file
.env.example
to your own.env
. This app uses a provided API.
cp .env.example .env
- Install the dependencies
npm i
- Run it with
npm start
- Open http://localhost:3000 on your browser