This is a project that filters movies based on different criteria such as user ID, start date, end date, and minimum rating.
- Clone this repository to your local machine.
- Open the index.html file in your web browser.
- Fill in the selection fields to filter the movies.
- Click the "Filter Movies" button to apply the filters.
- The results will be displayed below the button in the "Results" section.
The project is divided into the following main sections:
selectors-container
: Contains the selection fields to filter the movies.clock-container
: Displays the current time and date.filterButton
: Contains the "Filter Movies" button.results
: Displays the filtered results.
index.html
: Main HTML file that contains the project structure.movies-filter.js
: JS file that contains the logic for filtering the movies.clock.js
: JS file that displays the current time and date.loader.js
: JS file that provides a loading animation.style.css
: CSS file that contains general styles for the project.style-boton.css
: CSS file that contains styles for the filter button.style-clock.css
: CSS file that contains styles for the displayed time and date.style-h1.css
: CSS file that contains styles for the main title of the web page.
HTML5
: for the form structure.CSS3
: for visual design and styles.JavaScript
: for field validation and form interaction.
This project was created by Germán Cano Novotny as a practical exam for the Global Learning - MYB course.