https://github.com/alexandredresch/cineflex
https://github.com/alexandredresch/cineflex
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexandredresch/cineflex
- Owner: AlexandreDresch
- Created: 2022-12-07T02:18:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T00:51:54.000Z (over 3 years ago)
- Last Synced: 2025-01-08T09:26:35.575Z (over 1 year ago)
- Language: JavaScript
- Homepage: cineflex-rho-eight.vercel.app
- Size: 935 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CINEFLEX - React

## Cinema seat reservation website built in React JS.
## Starting the project
Use **npm install** to install project dependencies.
Then start the project.
```cl
npm start
```
## Features
- [ ] Movies coming from the API;
- [ ] Routes between application pages;
- [ ] Dynamic response to seat selection;
- [ ] Final page with summary of user choices.
## Technologies
- [ ] React JS
- [ ] Axios
- [ ] Styled-Components
- [ ] React Router
## Project developed during Driven course.