"Movie Search" (Vanilla JavaScript + REST API)
Development of an interactive SPA (Single Page Application) for searching movies and series using an external database (API). The project demonstrates strong skills in asynchronous JavaScript and dynamic interaction with the DOM.
Implemented functionality and technologies:
• Interaction with REST API using Fetch (asynchronous requests async/await);
• Multifactor filtering of results (by type, release year, genre) and sorting;
• Dynamic rendering of movie cards based on received JSON data;
• Saving selected movies in the "My Favorites" section (implemented through LocalStorage);
• Modern dark UI/UX design (HTML5 + CSS3).
Implemented functionality and technologies:
• Interaction with REST API using Fetch (asynchronous requests async/await);
• Multifactor filtering of results (by type, release year, genre) and sorting;
• Dynamic rendering of movie cards based on received JSON data;
• Saving selected movies in the "My Favorites" section (implemented through LocalStorage);
• Modern dark UI/UX design (HTML5 + CSS3).