An open API service indexing awesome lists of open source software.

https://github.com/alexandredresch/cineflex


https://github.com/alexandredresch/cineflex

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          


CINEFLEX - React

![cover](.github/screenshot.png?style=flat)

## 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.