Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```