{"id":26452021,"url":"https://github.com/me-safwan-07/vkmflix","last_synced_at":"2026-04-10T04:41:56.103Z","repository":{"id":281505366,"uuid":"942750416","full_name":"me-safwan-07/VKMFlix","owner":"me-safwan-07","description":"VKMFlix is a modern and fully responsive movie streaming platform built using React.js, Vite, Tailwind CSS, Redux Toolkit, and TMDB API. ","archived":false,"fork":false,"pushed_at":"2025-03-16T17:51:06.000Z","size":728,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T18:59:00.521Z","etag":null,"topics":["framer-motion","reactjs","redux","tailwindcss","tmdbapi"],"latest_commit_sha":null,"homepage":"https://vkmflixs.netlify.app/","language":"JavaScript","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/me-safwan-07.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":"2025-03-04T16:03:07.000Z","updated_at":"2025-03-16T17:51:09.000Z","dependencies_parsed_at":"2025-03-09T15:40:52.792Z","dependency_job_id":null,"html_url":"https://github.com/me-safwan-07/VKMFlix","commit_stats":null,"previous_names":["me-safwan-07/vkmflix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me-safwan-07%2FVKMFlix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me-safwan-07%2FVKMFlix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me-safwan-07%2FVKMFlix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/me-safwan-07%2FVKMFlix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/me-safwan-07","download_url":"https://codeload.github.com/me-safwan-07/VKMFlix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244267678,"owners_count":20425880,"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":["framer-motion","reactjs","redux","tailwindcss","tmdbapi"],"created_at":"2025-03-18T17:25:50.948Z","updated_at":"2025-12-30T19:41:51.293Z","avatar_url":"https://github.com/me-safwan-07.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎬 VKMFlix - Movie Streaming Website\n\nVKMFlix is a modern and fully responsive movie streaming platform built using **React.js, Vite, Tailwind CSS, Redux Toolkit, and TMDB API**. This website allows users to browse trending movies, top-rated movies, popular TV series, and more. It also provides a trailer preview and theme switching functionality.\n\n---\n\n## 🚀 Features\n- **Home Page with Hero Section**: Displays the most popular movies with autoplay slides.\n- **Movie Cards**: Beautiful cards for movies and TV series with hover effects.\n- **Video Modal**: Watch trailers of movies and series.\n- **Theme Switcher**: Switch between Light, Dark, and System themes.\n- **Sidebar Menu**: Navigation menu for Movies, TV Series, and Home.\n- **Search Functionality**: Allows searching for movies and TV series.\n- **Responsive Design**: Fully responsive across all devices.\n- **Lazy Loading**: Images load only when in the viewport.\n- **Error Handling**: Displays error message if API fails.\n\n---\n\n## 📁 Folder Structure\n```\nme-safwan-07-vkmflix/\n│\n├── public/                # Public assets\n├── src/                   # Source Code\n│   ├── assets/            # Static assets like SVGs\n│   ├── components/        # Reusable components\n│   │   ├── Header/        # Header with navigation\n│   │   ├── SideBar/       # Sidebar for navigation and theme change\n│   │   ├── Section/       # Sections to display movies and series\n│   │   ├── VideoModal/    # Modal to display trailers\n│   ├── context/           # React Context API for global and theme context\n│   ├── hooks/             # Custom React hooks\n│   ├── pages/             # Pages like Home\n│   ├── services/          # API call services using Redux Toolkit\n│   ├── style/             # Tailwind classes and styles\n│   ├── utils/             # Utility functions\n│   ├── App.jsx            # Main App Component\n│   ├── main.jsx           # Entry point of the application\n├── .env                   # Environment variables for API keys\n├── package.json           # Project dependencies\n├── vite.config.js         # Vite Configuration\n```\n\n---\n\n## 🛠 Built With\n- **React.js** - Frontend JavaScript Library\n- **Vite** - Fast build tool for React\n- **Tailwind CSS** - Utility-first CSS framework\n- **Redux Toolkit** - State management\n- **React Router DOM** - Client-side routing\n- **TMDB API** - Movie database API\n- **Framer Motion** - Animation and modal transitions\n- **React Icons** - Icons used in the website\n- **React Lazy Load** - Lazy loading images\n\n---\n\n## 📜 Environment Variables\nCreate a `.env` file in the root directory and add the following environment variables:\n\n```\nVITE_TMDB_API_BASE_URL=https://api.themoviedb.org/3\nVITE_API_KEY=YOUR_TMDB_API_KEY\n```\n\nYou can obtain your TMDB API Key from [The Movie Database (TMDB)](https://www.themoviedb.org/settings/api).\n\n---\n\n## 📦 Installation\n\n1. **Clone the repository**:\n```bash\ngit clone https://github.com/your-username/me-safwan-07-vkmflix.git\ncd me-safwan-07-vkmflix\n```\n\n2. **Install dependencies**:\n```bash\nnpm install\n```\n\n3. **Run the application**:\n```bash\nnpm run dev\n```\n\n4. **Build the application** (for deployment):\n```bash\nnpm run build\n```\n\n5. **Preview the build**:\n```bash\nnpm run preview\n```\n\n---\n\n## 🎥 API Used\nThis project uses the **TMDB (The Movie Database) API** to fetch:\n- Trending Movies\n- Top Rated Movies\n- TV Series\n- Movie Trailers\n\nRefer to the official TMDB documentation for more information:  \n🔗 [https://developers.themoviedb.org/3](https://developers.themoviedb.org/3)\n\n---\n\n## 🎨 Theme Mode\nThe website supports **three theme modes**:\n1. 🌞 **Light Mode**\n2. 🌙 **Dark Mode**\n3. 💻 **System Mode** (Automatically detects system theme)\n\nYou can change the theme from the sidebar or the header.\n\n---\n\n## ✅ Features Overview\n### Home Page\n- Displays trending and popular movies in a beautiful carousel.\n- Sections for **Top Rated Movies**, **Popular Series**, etc.\n- \"Watch Trailer\" button to preview the movie's official trailer.\n\n### Movie Card\n- Hover effect to highlight the movie.\n- Click to navigate to the movie details page.\n- Trailer modal for instant preview.\n\n### Sidebar Menu\n- Toggleable sidebar for navigation.\n- Option to switch themes.\n\n### Search Functionality (Coming Soon 🚧)\n- Future feature to search for movies and TV series.\n\n---\n\n## 💻 Deployment\nYou can easily deploy this project to platforms like **Vercel, Netlify, or Coolify**.  \nHere’s a Vercel deployment command:\n```bash\nnpm run build\nvercel deploy\n```\n\n---\n\n## 📜 License\nThis project is licensed under the **MIT License**.\n\n---\n\n## 💌 Support\nIf you have any queries or face any issues, feel free to contact us.  \n\n📩 **Email:** support@vkmflix.com  \n🌐 **Website:** [www.vkmflix.com](http://www.vkmflix.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme-safwan-07%2Fvkmflix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fme-safwan-07%2Fvkmflix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fme-safwan-07%2Fvkmflix/lists"}