Filmoteka is a simple CRUD (Create, Read, Update, Delete) application that allows users to create their own watchlist and explore information about movies. The application is built using Vanilla JavaScript, Sass for styling, HTML, and integrates with The Movie Database (TMDB) API for fetching movie details.
-
Create Watchlist: Users can create their personalized watchlist by adding movies to it.
-
Search Movies: Explore a vast database of movies using the TMDB API. Search and discover information about your favorite films.
-
Movie Details: Get detailed information about each movie, including title, release date, overview, and more.
-
Update Watchlist: Modify your watchlist by adding or removing movies as your preferences change.
-
Delete Movies: Remove movies from your watchlist that you no longer wish to track.