{"id":27169248,"url":"https://github.com/akhil07-ctrl/youtube-clone","last_synced_at":"2026-05-18T00:32:21.719Z","repository":{"id":286431734,"uuid":"961383699","full_name":"Akhil07-ctrl/Youtube-Clone","owner":"Akhil07-ctrl","description":"This project is a YouTube-like video streaming app built with React + Vite. It features authentication, protected routes, theme switching (dark/light mode), and functionalities like saving, liking, and disliking videos using global state via React Context. The app includes pages like Home, Trending, Gaming, Saved Videos, and individual Video view.","archived":false,"fork":false,"pushed_at":"2025-06-02T06:04:39.000Z","size":364,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-11T20:41:49.065Z","etag":null,"topics":["js-cookie","protected-route","react-context","react-hooks","react-icons","react-router-dom","reactjs-popup","styled-components"],"latest_commit_sha":null,"homepage":"https://akhil07-ctrl.github.io/Youtube-Clone/","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/Akhil07-ctrl.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-04-06T12:05:10.000Z","updated_at":"2025-06-02T06:04:42.000Z","dependencies_parsed_at":"2025-04-10T04:05:46.826Z","dependency_job_id":null,"html_url":"https://github.com/Akhil07-ctrl/Youtube-Clone","commit_stats":null,"previous_names":["akhil07-ctrl/youtube-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Akhil07-ctrl/Youtube-Clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akhil07-ctrl%2FYoutube-Clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akhil07-ctrl%2FYoutube-Clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akhil07-ctrl%2FYoutube-Clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akhil07-ctrl%2FYoutube-Clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akhil07-ctrl","download_url":"https://codeload.github.com/Akhil07-ctrl/Youtube-Clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akhil07-ctrl%2FYoutube-Clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33160472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["js-cookie","protected-route","react-context","react-hooks","react-icons","react-router-dom","reactjs-popup","styled-components"],"created_at":"2025-04-09T06:34:09.028Z","updated_at":"2026-05-18T00:32:21.688Z","avatar_url":"https://github.com/Akhil07-ctrl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nxt Watch - YouTube Clone\n\nA modern YouTube clone application built with React and Vite, featuring video streaming, user authentication, and a responsive design with dark/light theme support.\n\n## 🚀 Live Demo\n\nCheck out the live demo: [Nxt Watch](https://akhil07-ctrl.github.io/Youtube-Clone/login)\n\n## ✨ Features\n\n- **User Authentication**: Secure login system with protected routes\n- **Video Streaming**: Watch videos with React Player integration\n- **Multiple Sections**:\n  - Home: Browse all videos\n  - Trending: Discover popular content\n  - Gaming: Gaming-specific videos\n  - Saved Videos: Personal video collection\n- **Interactive Features**:\n  - Like/Dislike videos\n  - Save videos for later\n  - Search functionality\n- **Theme Support**: Toggle between light and dark themes\n- **Responsive Design**: Optimized for all device sizes\n- **Ad Banner**: Dismissible promotional banner\n\n## 🛠️ Tech Stack\n\n- **Frontend**: React 19, React Router DOM\n- **Styling**: Styled Components, CSS\n- **Build Tool**: Vite\n- **HTTP Client**: Axios\n- **Video Player**: React Player\n- **Icons**: React Icons\n- **Popup**: ReactJS Popup\n- **Date Handling**: date-fns\n- **Cookies**: js-cookie\n- **Deployment**: GitHub Pages\n\n## 📦 Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/Akhil07-ctrl/Youtube-Clone.git\ncd Youtube-Clone/client\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Start the development server:\n```bash\nnpm run dev\n```\n\n4. Open your browser and navigate to `http://localhost:5173`\n\n## 🏗️ Available Scripts\n\n- `npm run dev` - Start development server\n- `npm run build` - Build for production\n- `npm run preview` - Preview production build\n- `npm run lint` - Run ESLint\n- `npm run deploy` - Deploy to GitHub Pages\n\n## 📁 Project Structure\n\n```\nclient/\n├── public/\n│   ├── 404.html\n│   └── vite.svg\n├── src/\n│   ├── assets/\n│   ├── components/\n│   │   ├── FailureView/\n│   │   │   ├── index.jsx\n│   │   │   └── styledComponents.js\n│   │   ├── GameItemCard/\n│   │   │   ├── index.css\n│   │   │   ├── index.jsx\n│   │   │   └── styledComponents.js\n│   │   ├── Gaming/\n│   │   │   ├── index.jsx\n│   │   │   └── styledComponents.js\n│   │   ├── Header/\n│   │   │   ├── index.css\n│   │   │   ├── index.jsx\n│   │   │   └── styledComponents.js\n│   │   ├── Home/\n│   │   │   ├── index.css\n│   │   │   ├── index.jsx\n│   │   │   └── styledComponents.js\n│   │   ├── HomeVideoItemCard/\n│   │   │   ├── index.css\n│   │   │   ├── index.jsx\n│   │   │   └── styledComponents.js\n│   │   ├── Loader/\n│   │   │   ├── index.jsx\n│   │   │   └── styledComponents.js\n│   │   ├── Login/\n│   │   │   ├── index.jsx\n│   │   │   └── styledComponents.js\n│   │   ├── NavigationMenu/\n│   │   │   ├── index.css\n│   │   │   ├── index.jsx\n│   │   │   └── styledComponents.js\n│   │   ├── NavigationMenuContainer/\n│   │   │   ├── index.jsx\n│   │   │   └── styledComponents.js\n│   │   ├── NotFound/\n│   │   │   ├── index.jsx\n│   │   │   └── styledComponents.js\n│   │   ├── ProtectedRoute/\n│   │   │   └── index.jsx\n│   │   ├── SavedVideoItemCard/\n│   │   │   ├── index.css\n│   │   │   ├── index.jsx\n│   │   │   └── styledComponents.js\n│   │   ├── SavedVideos/\n│   │   │   ├── index.jsx\n│   │   │   └── styledComponents.js\n│   │   ├── Trending/\n│   │   │   ├── index.jsx\n│   │   │   └── styledComponents.js\n│   │   ├── TrendingVideoItemCard/\n│   │   │   ├── index.css\n│   │   │   ├── index.jsx\n│   │   │   └── styledComponents.js\n│   │   └── Video/\n│   │       ├── index.css\n│   │       ├── index.jsx\n│   │       └── styledComponents.js\n│   ├── context/\n│   │   └── NxtWatchContext.jsx\n│   ├── App.css\n│   ├── App.jsx\n│   ├── index.css\n│   └── main.jsx\n├── .gitignore\n├── eslint.config.js\n├── index.html\n├── package.json\n├── README.md\n└── vite.config.js\n```\n\n## 🎯 Key Components\n\n- **App.jsx**: Main application component with routing and state management\n- **Header**: Navigation bar with search and theme toggle\n- **Home**: Main video feed\n- **Trending**: Popular videos section\n- **Gaming**: Gaming videos collection\n- **SavedVideos**: User's saved video collection\n- **Video**: Individual video player page\n- **Login**: Authentication component\n\n## 🔧 Configuration\n\nThe application uses:\n- **Vite** for fast development and building\n- **ESLint** for code quality\n- **React Router** for client-side routing\n- **Context API** for state management\n- **Styled Components** for component styling\n\n## 🌐 Deployment\n\nThe application is configured for deployment on GitHub Pages. Use the following command to deploy:\n\n```bash\nnpm run deploy\n```\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n## 🧑‍💻 Developer\n\n- **Kundena Akhil** - [Portfolio](https://portfolio-nine-flax-29.vercel.app/) - [GitHub](https://github.com/Akhil07-ctrl) - [LinkedIn](https://www.linkedin.com/in/kundena-akhil-4b7073170/)\n\n---\n\nBuilt with ❤️ using React and Vite\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhil07-ctrl%2Fyoutube-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakhil07-ctrl%2Fyoutube-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhil07-ctrl%2Fyoutube-clone/lists"}