{"id":20619390,"url":"https://github.com/danielace1/cinebite-movie-app","last_synced_at":"2026-04-06T08:31:35.106Z","repository":{"id":251984053,"uuid":"838969575","full_name":"danielace1/cinebite-movie-app","owner":"danielace1","description":"CineBite is a sleek web app to explore movies and TV shows and manage a personal watchlist.","archived":false,"fork":false,"pushed_at":"2025-12-15T13:21:21.000Z","size":789,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-18T13:31:07.641Z","etag":null,"topics":["reactjs","shadcn-ui","supabase","tailwindcss","tmdb-api"],"latest_commit_sha":null,"homepage":"https://cinebite-movie-app.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielace1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-06T17:45:10.000Z","updated_at":"2025-12-15T13:23:17.000Z","dependencies_parsed_at":"2024-11-16T12:11:41.311Z","dependency_job_id":"56279415-205c-44c4-aca7-63028bfaf457","html_url":"https://github.com/danielace1/cinebite-movie-app","commit_stats":null,"previous_names":["danielace1/cinebite-movie-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danielace1/cinebite-movie-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielace1%2Fcinebite-movie-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielace1%2Fcinebite-movie-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielace1%2Fcinebite-movie-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielace1%2Fcinebite-movie-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielace1","download_url":"https://codeload.github.com/danielace1/cinebite-movie-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielace1%2Fcinebite-movie-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31464604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["reactjs","shadcn-ui","supabase","tailwindcss","tmdb-api"],"created_at":"2024-11-16T12:11:35.255Z","updated_at":"2026-04-06T08:31:35.090Z","avatar_url":"https://github.com/danielace1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎬 CineBite - Movies \u0026 TV Shows App\n\nCineBite is a modern, fast, and responsive web application to explore trending **movies and TV shows**, view detailed information, and manage a **personal watchlist** - all powered by **TMDB** and **Supabase**.\n\n🔗 **Live Link :** https://cinebite-movie-app.vercel.app/\n\n---\n\n## ✨ Features\n\n- 🎥 Browse **Trending, Popular, Top Rated \u0026 Upcoming** Movies\n- 📺 Explore **TV Shows** with detailed pages\n- 🔍 Smart search with debounce\n- ❤️ Add / Remove items from **Watchlist**\n- 🔐 Authentication with **Supabase Auth**\n  - Email \u0026 Password\n  - Email verification\n  - Forgot password\n- 🗂 Watchlist persisted per user\n- 🎞 Trailer playback\n- 🌙 Dark cinematic UI\n- ⚡ Optimized with React Query\n- 📱 **PWA Ready**\n- 🧩 Fully responsive\n\n## 🧠 Tech Stack\n\n### Frontend\n\n- **React + Vite**\n- **React Router**\n- **Tailwind CSS**\n- **Zustand**\n- **React Query**\n- **Lucide Icons**\n- **React Hot Toast**\n\n### Backend / Services\n\n- **TMDB API** - Movies \u0026 TV data\n- **Supabase**\n  - Authentication\n  - PostgreSQL (Watchlist)\n\n## 🚀 Getting Started (Local Setup)\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/danielace1/cinebite-movie-app.git\n```\n\n### 2. Install dependencies\n\n```bash\nnpm install\n```\n\n### 3. Create a `.env` file\n\nCreate a `.env` file in the root directory and add the following environment variables:\n\n```env\nVITE_TMDB_API_KEY=your_tmdb_api_key\nVITE_SUPABASE_URL=your_supabase_url\nVITE_SUPABASE_ANON_KEY=your_supabase_anon_key\n```\n\n### 4. Run the development server\n\n```bash\nnpm run dev\n```\n\n### 5. Open in your browser\n\nOpen [http://localhost:5173](http://localhost:5173) to view the app.\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a [pull request](https://github.com/danielace1/cinebite-movie-app/pulls) for any improvements or bug fixes.\n\n## 📄 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Author\n\n- [Sudharsan](https://fb.com/sudharsandaniel01)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielace1%2Fcinebite-movie-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielace1%2Fcinebite-movie-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielace1%2Fcinebite-movie-app/lists"}