Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phucngo2/youtube-downloader
▶️ A desktop application for downloading media from YouTube.
https://github.com/phucngo2/youtube-downloader
electronjs react typescript youtube-downloader
Last synced: 3 months ago
JSON representation
▶️ A desktop application for downloading media from YouTube.
- Host: GitHub
- URL: https://github.com/phucngo2/youtube-downloader
- Owner: phucngo2
- License: mit
- Created: 2024-07-23T15:41:48.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-19T13:42:26.000Z (5 months ago)
- Last Synced: 2024-09-29T01:22:12.990Z (3 months ago)
- Topics: electronjs, react, typescript, youtube-downloader
- Language: TypeScript
- Homepage:
- Size: 1.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📚 YouTube Downloader
Yet another YouTube Downloader!
## 🛠️ Built With
![Electron.js](https://img.shields.io/badge/Electron-191970?style=for-the-badge&logo=Electron&logoColor=white)
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)
![Mantine](https://img.shields.io/badge/Mantine-ffffff?style=for-the-badge&logo=Mantine&logoColor=339af0)## 📑 Features
⭐ Play video from YouTube. 🐧
⭐ Stalk YouTube video information, such as video keywords.
⭐ Download high-quality video or audio.
## 🚧 Development Setup
### Prerequisites
Before starting, ensure you have the following tools and environments set up on your machine:
- NodeJS
### 1. Install dependencies
```bash
npm install
```### 2. Run the application
```bash
npm run dev
```