Boolflix
Year
2022
Category
Stack
A clone of The Movie DB built with Vue. Search, explore and discover movies and TV shows with a modern and intuitive interface.
Visit site
Boolflix is a personal project that replicates the functionality of The Movie Database (TMDB), developed using Vue.js and the TMDB API. The application allows users to search, explore, and discover movies and TV shows through a modern and intuitive interface. Users can browse different categories, view complete content details, discover trending movies, and quickly search for their favorite titles. The project demonstrates skills in managing external APIs, dynamic routing, and creating responsive user interfaces.
The goal of the project was to create a functional and visually appealing web application that consumes the TMDB API, offering users an experience similar to the original platform.
To achieve this goal, I developed the application using Vue.js for state and routing management, implementing asynchronous calls to the TMDB API to retrieve data in real-time. The interface was designed to be responsive and user-friendly, with particular attention to the visual presentation of content through posters, cards, and grid layouts. The project includes advanced search functionality, category filtering, and detailed views of movies and TV shows with complete information such as cast, ratings, and plot summaries.