PlaceIt Cinema Billboard is a prototypical responsive web app for a fictional cinema where people can reserve their preferred movie shows.
This repository hosts the code-base for the main User Interface, developed with React/Redux, Gatsby, GraphQL, also you can check the codebase for the backend in this open source repo.
- Live deployment here -> PlaceIt Cinema Billboard
- React
- Redux
- Gatsby
- GraphQL
- CSS/HTML
- Ruby on Rails
- PostgreSQL
- NodeJS runtime
Navigate into your new site’s directory and install the dependencies.
cd place-it-front/
npm install
Start developing
- Run this command:
npm run develop
- Run this command:
npm run format
- When a user wants to reserve on a movie that is down in the list, the form doesn't show in its right place and the user needs to go to the top of the web app to see this form, sometimes it is not evident.
- Make the Reservation form be responsive and let the final user find in there the sinopsis and a thumbnail with the poster image.
- Stylize the option boxes in the Available dates select input.
- Make the New Movie form show horizontal in large screens.
- Let the user find reservations by ID/DNI.
- Add vendor prefixes to some css rules that are not backed in some browsers.
- Align loading spinners at center.
👤 Santiago Torres G.
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!