Loading repository data…
Loading repository data…
QuantumCoderrr / repository
Cine-Scope is a sleek, fully-responsive movie explorer web app that lets users search, discover, rate, and bookmark films — all powered by the TMDB API. Built with modern frontend tech (HTML, Tailwind CSS, and JavaScript), it delivers a smooth user experience without any backend or frameworks.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Cine-Scope is a responsive, frontend-only movie explorer app that lets users search, explore, rate, and bookmark movies using the TMDB API.
git clone https://github.com/QuantumCoderrr/Cine-Scope.git
cd Cine-Scope
Cine-Scope uses the TMDB API to fetch movie data. Here’s how major features work:
popular and top_rated movies/trending/movie/week/discover/movie with filters (genre, year, sort)localStorage per userlocalStoragelocalStorage| Key | Purpose |
|---|---|
users | Array of all registered users |
currentUser | Logged-in user data |
watchlist |
| Watchlist per user (stored in user) |
ratings | Movie ratings per user (stored in user) |
Q: Do I need a backend?
A: Nope. Everything runs in-browser using localStorage.
Q: Can I use this in my portfolio?
A: Hell yes. Just credit it or fork it and make it yours.
Q: Does it support dark mode?
A: It's already in full dark mode, because light mode is for the weak 😎
Pull requests are welcome!
Please check out the CONTRIBUTING.md file for guidelines, local setup, and what you can work on.
Sandip Ghosh
👨🎓 B.Tech AI & ML Student
💼 LinkedIn
💻 GitHub
📧 sandipghosh0801@gmail.com
This project is licensed under the MIT License — do whatever you want, just give credit.