{"id":30701532,"url":"https://github.com/janvi100104/your-tv","last_synced_at":"2026-04-11T03:04:35.432Z","repository":{"id":311323967,"uuid":"1043383703","full_name":"janvi100104/your-tv","owner":"janvi100104","description":"A simple and interactive Movie App built with React .   This project fetches movie data and allows users to explore details in a clean UI.","archived":false,"fork":false,"pushed_at":"2025-08-23T18:59:46.000Z","size":2972,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-24T07:11:24.241Z","etag":null,"topics":["appwrite","appwrite-database","css3","movie-web-app","open-source","react","tailwindcss","tmdb-api"],"latest_commit_sha":null,"homepage":"https://your-tv.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/janvi100104.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-23T18:29:46.000Z","updated_at":"2025-08-23T19:26:30.000Z","dependencies_parsed_at":"2025-08-24T08:10:12.214Z","dependency_job_id":null,"html_url":"https://github.com/janvi100104/your-tv","commit_stats":null,"previous_names":["janvi100104/movie-app"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/janvi100104/your-tv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janvi100104%2Fyour-tv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janvi100104%2Fyour-tv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janvi100104%2Fyour-tv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janvi100104%2Fyour-tv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janvi100104","download_url":"https://codeload.github.com/janvi100104/your-tv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janvi100104%2Fyour-tv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273295007,"owners_count":25079904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"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":["appwrite","appwrite-database","css3","movie-web-app","open-source","react","tailwindcss","tmdb-api"],"created_at":"2025-09-02T14:00:42.726Z","updated_at":"2025-12-30T21:32:10.210Z","avatar_url":"https://github.com/janvi100104.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Your TV\n\nA modern movie search and discovery web application built with React and Vite. Instantly search for movies, view trending titles, and enjoy a smooth, responsive user experience.\n\n## Features\n\n- **Search Movies:** Find movies by title using the search bar with debounced input for performance.\n- **Trending Movies:** See a list of trending movies fetched from a backend (Appwrite integration).\n- **Popular Movies:** Browse popular movies by default.\n- **Movie Details:** View movie posters and titles in a clean card layout.\n- **Loading Spinner:** Visual feedback while fetching data.\n- **Error Handling:** User-friendly error messages for failed searches or network issues.\n- **Responsive Design:** Works well on desktop and mobile devices.\n\n## Tech Stack\n\n- **Frontend:** React, Vite\n- **API:** [The Movie Database (TMDb) API](https://www.themoviedb.org/documentation/api)\n- **Backend:** Appwrite (for trending movies and search count)\n- **Styling:** CSS\n\n## Getting Started\n\n### Prerequisites\n- Node.js (v16 or above recommended)\n- npm or yarn\n- TMDb API Key ([Get one here](https://www.themoviedb.org/settings/api))\n- Appwrite instance (optional, for trending/search count)\n\n### Installation\n\n1. **Clone the repository:**\n\t```bash\n\tgit clone \u003cyour-repo-url\u003e\n\tcd movie-app\n\t```\n2. **Install dependencies:**\n\t```bash\n\tnpm install\n\t# or\n\tyarn install\n\t```\n3. **Set up environment variables:**\n\t- Create a `.env` file in the root directory.\n\t- Add your TMDb API key:\n\t  ```env\n\t  VITE_TMDB_API_KEY=your_tmdb_api_key_here\n\t  ```\n\t- (Optional) Configure Appwrite credentials in `src/appwrite.js`.\n\n4. **Run the development server:**\n\t```bash\n\tnpm run dev\n\t# or\n\tyarn dev\n\t```\n\tThe app will be available at `http://localhost:5173` (default Vite port).\n\n## Project Structure\n\n```\nmovie-app/\n├── public/\n├── src/\n│   ├── assets/           # Images and icons\n│   ├── components/       # React components (MovieCard, Search, Spinner)\n│   ├── App.jsx           # Main app logic\n│   ├── appwrite.js       # Appwrite integration\n│   └── main.jsx          # Entry point\n├── index.html\n├── package.json\n├── vite.config.js\n└── README.md\n```\n\n## Environment Variables\n- `VITE_TMDB_API_KEY`: Your TMDb API key (required)\n- Appwrite credentials: Set in `src/appwrite.js` (if using Appwrite)\n\n## Credits\n- Movie data provided by [TMDb](https://www.themoviedb.org/)\n- Built with [React](https://react.dev/) and [Vite](https://vitejs.dev/)\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanvi100104%2Fyour-tv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanvi100104%2Fyour-tv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanvi100104%2Fyour-tv/lists"}