{"id":18742917,"url":"https://github.com/amreshpro/filmiflix","last_synced_at":"2026-04-09T11:32:29.222Z","repository":{"id":249483175,"uuid":"831600677","full_name":"amreshpro/filmiflix","owner":"amreshpro","description":"A movie website which show info of searched movie like cast,director,videos.","archived":false,"fork":false,"pushed_at":"2024-11-26T15:35:09.000Z","size":2570,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T19:30:39.494Z","etag":null,"topics":["clerk-auth","nextjs","reactjs","tailwindcss","tmdb-api"],"latest_commit_sha":null,"homepage":"https://filmiflix.netlify.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amreshpro.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}},"created_at":"2024-07-21T03:59:41.000Z","updated_at":"2024-11-26T15:35:21.000Z","dependencies_parsed_at":"2024-11-26T16:25:36.555Z","dependency_job_id":"b0213134-8de8-43d8-a627-a51ccc37efab","html_url":"https://github.com/amreshpro/filmiflix","commit_stats":null,"previous_names":["amreshpro/filmiflix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amreshpro%2Ffilmiflix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amreshpro%2Ffilmiflix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amreshpro%2Ffilmiflix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amreshpro%2Ffilmiflix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amreshpro","download_url":"https://codeload.github.com/amreshpro/filmiflix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239623700,"owners_count":19670361,"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","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":["clerk-auth","nextjs","reactjs","tailwindcss","tmdb-api"],"created_at":"2024-11-07T16:09:35.790Z","updated_at":"2025-11-21T07:30:16.944Z","avatar_url":"https://github.com/amreshpro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎥 **Filmiflix**  \n**Discover, Search, and Explore Movies Effortlessly!**  \n\n🌐 **Live Site:** [filmiflix.netlify.app](https://filmiflix.netlify.app)  \n💻 **GitHub Code:** [View Repository](https://github.com/amreshpro/filmiflix)  \n\n![Home Page Screenshot](./public/proj-home.png)\n\n\n---\n\n## 🚀 **About Filmiflix**  \nFilmiflix is a modern movie discovery platform for all cinephiles! Whether you’re looking for trending movies, detailed information, or trailers, Filmiflix has it all.  \n\nWith its sleek and responsive design, Filmiflix ensures an exceptional user experience across all devices.  \n\n---\n\n## 🌟 **Features**  \n- **Trending Movies**: Stay updated with the latest popular titles.  \n- **Search Functionality**: Find your favorite movies with real-time search suggestions.  \n- **Movie Details**: Access runtime, director, writer, star cast, and trailers.  \n- **Responsive Design**: Works flawlessly on desktops, tablets, and mobile devices.  \n\n---\n\n## 🛠️ **Tech Stack**  \n\n| **Technology**   | **Description**                  |  \n|-------------------|----------------------------------|  \n| **Next.js**       | Framework for building modern web apps |  \n| **React.js**      | Component-based frontend library|  \n| **Tailwind CSS**  | Utility-first CSS framework     |  \n| **TMDB API**      | For fetching dynamic movie data and trailers |  \n| **Axios**         | HTTP client for API calls       |  \n\n---\n\n## 📸 **Screenshots**  \n\n### **Home Page**  \n![Home Page Screenshot](./public/proj-home.png)\n\n### **Movie Details Page**  \n![Home Page Screenshot](./public/proj-detail.png)\n\n---\n\n## 🚀 **Getting Started**  \n\n### **Clone the Repository**  \n```bash\ngit clone https://github.com/amreshpro/filmiflix.git\ncd filmiflix\n```\n\n### **Install Dependencies**  \n```bash\nnpm install\n```\n\n### **Run the Application Locally**  \n```bash\nnpm run dev\n```\n\n### **Build for Production**  \n```bash\nnpm run build\n```\n\n### **Environment Variables**  \nCreate a `.env.local` file in the root directory and add your TMDB API key:  \n```env\n# TMDB \nNEXT_PUBLIC_BASE_URL=https://api.themoviedb.org/3\nNEXT_PUBLIC_IMAGE_BASE_URL=https://image.tmdb.org/t/p/original\nNEXT_PUBLIC_TMDB_TOKEN=\n\n# Clerk\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\nNEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\n```\n\n---\n\n## 💡 **Future Enhancements**  \n- Implement **User Authentication** to save personalized watchlists.  \n- Add **Multi-language Support** for a global audience.  \n- Introduce **Movie Reviews \u0026 Ratings** by users.  \n\n---\n\n## 🖊️ **Contributing**  \nContributions are welcome! Here's how you can contribute:  \n1. Fork the project.  \n2. Create a new branch (`git checkout -b feature/YourFeature`).  \n3. Commit your changes (`git commit -m \"Add YourFeature\"`).  \n4. Push to the branch (`git push origin feature/YourFeature`).  \n5. Open a pull request.  \n\n---\n\n## 📄 **License**  \nThis project is licensed under the [MIT License](LICENSE).  \n\n---\n\n## 💬 **Contact**  \nIf you have any questions, feedback, or ideas, feel free to reach out:  \n- **Email**: amresh.terminal@gmail.com  \n- **LinkedIn**: [amresh9](https://linkedin.com/in/amresh9)  \n\n---\n\n### ⭐ **If you liked this project, don’t forget to star the repository!**  \n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famreshpro%2Ffilmiflix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famreshpro%2Ffilmiflix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famreshpro%2Ffilmiflix/lists"}