About CineMuse (Vanilla Edition)
Welcome to CineMuse, your smart, client-side movie discovery application. This project was built to demonstrate advanced web development capabilities using only the fundamentals.
Technology & Philosophy
CineMuse is a "Vanilla Edition" app, meaning it runs entirely on pure front-end technologies with:
- HTML5 for structure.
- CSS3 for modern, responsive design and themes.
- Vanilla JavaScript (no frameworks like React or Vue) for all application logic, including searching, saving the watchlist, and generating recommendations.
Data Source
All movie data, including titles, posters, ratings, and genres, is fetched in real-time via the public API provided by The Movie Database (TMDB). We are grateful for their service in powering this application.
The app is built purely as a demonstration of skill and does not serve as an official movie resource.