LA PREMIERE is a single page application prototype developed by Aaron Ferrer and Lucas Lelieur to aggregate all screenings of a movie in each of the theatres where it is shown into a single site. The project offers a simple interface and a clear experience so that every visitor can quickly find the cinema and movie session that suits them best.
URL | Description |
---|---|
/ | Home Page |
/cines | Page containing all cinemas |
/cines/:id | Page containing the details of the selected cinema |
/cines/crear | New cinema form page |
/cines/editar/:id | Selected cinema editing form page |
/peliculas | Page containing all movies |
/peliculas/:id | Page containing the details of the selected movie |
/peliculas/crear | New movie form page |
/peliculas/editar/:id | Selected movie editing form page |
* | 404 page |
- Explore a catalogue of movie theatres with detailed information.
- Filter by genre, country or language to find the movie to watch.
- Find all movie theaters screening the selected movie, and all movies screening in the selected movie theatre.
- Front-end: React, React Bootstrap, JavaScript
- Back-end: Json Server for creating the custom API.
- Services: Geocoding for movie theatre location.
Developed by Lucas Lelieur and Aaron Ferrer.