{"id":27519576,"url":"https://github.com/pointedsec/yt-converter-client","last_synced_at":"2026-04-09T22:59:33.114Z","repository":{"id":287389659,"uuid":"959456501","full_name":"pointedsec/yt-converter-client","owner":"pointedsec","description":"Modern YouTube to MP3/MP4 converter with elegant UI, built using React + TypeScript + shadcn/ui","archived":false,"fork":false,"pushed_at":"2025-04-11T12:38:52.000Z","size":555,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T14:14:11.800Z","etag":null,"topics":["dark-mode","modern-ui","react","react-hooks","responsive-design","shadcn-ui","tailwindcss","typescript","video-downloader","youtube-converter","youtube-converter-web-application","youtube-downloader","zustand"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/pointedsec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-04-02T20:12:22.000Z","updated_at":"2025-04-11T13:05:48.000Z","dependencies_parsed_at":"2025-04-11T14:14:27.330Z","dependency_job_id":"09794486-a04a-4e21-8dd2-399423428d98","html_url":"https://github.com/pointedsec/yt-converter-client","commit_stats":null,"previous_names":["pointedsec/yt-converter-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointedsec%2Fyt-converter-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointedsec%2Fyt-converter-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointedsec%2Fyt-converter-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointedsec%2Fyt-converter-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pointedsec","download_url":"https://codeload.github.com/pointedsec/yt-converter-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249435259,"owners_count":21271666,"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":["dark-mode","modern-ui","react","react-hooks","responsive-design","shadcn-ui","tailwindcss","typescript","video-downloader","youtube-converter","youtube-converter-web-application","youtube-downloader","zustand"],"created_at":"2025-04-18T05:26:03.423Z","updated_at":"2026-04-09T22:59:33.061Z","avatar_url":"https://github.com/pointedsec.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./public/favicon.png\" alt=\"MediaFlow Logo\" width=\"100\" /\u003e\n  \u003ch1\u003eMediaFlow\u003c/h1\u003e\n  \u003cp\u003eA modern YouTube media converter with support for MP3 and MP4 formats\u003c/p\u003e\n\u003c/div\u003e\n\n## 🌟 Features\n\n- **Video Conversion**: Convert YouTube videos to MP3 or MP4 formats\n- **Multiple Resolutions**: Support for various video quality options\n- **User Management**: Secure user authentication and role-based access\n- **Conversion History**: Track and manage your converted media\n- **Dark Mode**: Built-in theme switcher for comfortable viewing\n- **Responsive Design**: Fully responsive interface for all devices\n\n## 🚀 Tech Stack\n\n- **Frontend**: React + TypeScript\n- **Styling**: Tailwind CSS + shadcn/ui\n- **State Management**: Zustand\n- **Form Handling**: React Hook Form + Zod\n- **Build Tool**: Vite\n\n## 📦 Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/pointedsec/yt-converter-client.git\n```\n\n2. Navigate to the project directory:\n```bash\ncd yt-converter-client\n```\n\n3. Install dependencies:\n```bash\npnpm install\n```\n\n4. Create a `.env` file in the root directory: (You need to first setup the [yt-converter-api](https://github.com/pointedsec/yt-converter-api) API)\n```bash\nVITE_API_URL=http://localhost:3000\n```\n\n5. Start the development server:\n```bash\npnpm run dev\n```\n\n6. Open your browser and visit `Open your browser and visit URL_ADDRESS:5173`\n\n7. Enjoy!\n\n# 🔧 Configuration\nThe application requires the following environment variables:\n\n- `VITE_API_URL`: The URL of the backend API.\n\n# 🛠️ Development\n- Start development server: ```pnpm run dev```\n- Build for production: ```pnpm run build```\n- Preview production build: ```pnpm run preview```\n\n# 🔐 Security\n- JWT-based authentication\n- Role-based access control\n- Secure password handling\n- Protected API routes\n\n# 🤝 Contributing\n- Fork the repository\n- Create your feature branch: ```git checkout -b feature/amazing-feature```\n- Commit your changes: ```git commit -m 'Add amazing feature'```\n- Push to the branch: ```git push origin feature/amazing-feature```\n- Open a Pull Request\n\n# 📄 License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n# Authors\n- pointedsec - Initial work - [pointedsec](https://pointedsec.vercel.app)\n\n---\n\n# License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n---\n\n\u003cp style=\"text-align:center;\"\u003eMade with ❤️ by pointedsec\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpointedsec%2Fyt-converter-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpointedsec%2Fyt-converter-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpointedsec%2Fyt-converter-client/lists"}