Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielcarames/youtube-mp3-converter

Convert any YouTube video to MP3. Made with Next.js and Tailwind
https://github.com/gabrielcarames/youtube-mp3-converter

javascript mp3 mp3-converter nextjs reactjs tailwind typescript youtube youtube-converter

Last synced: 17 days ago
JSON representation

Convert any YouTube video to MP3. Made with Next.js and Tailwind

Awesome Lists containing this project

README

        

# Youtube MP3 Converter 📁
Convert any YouTube video to MP3 file. Made with Next.js and Tailwind, and also using the [Youtube MP3 API](https://rapidapi.com/ytjar/api/youtube-mp36).

![youtube-mp3-converter](https://user-images.githubusercontent.com/49535753/204390729-e01300e3-fd27-46cf-8062-542ae5087b94.png)

## Technologies 💫
[![NextJS](https://img.shields.io/badge/-Next.JS-black?style=for-the-badge&logo=Next.js)](https://nextjs.org/)
[![React](https://img.shields.io/badge/-React-blue?style=for-the-badge&logo=React)](https://es.reactjs.org/)
[![TypeScript](https://img.shields.io/badge/-TypeScript-white?style=for-the-badge&logo=Typescript)](https://www.typescriptlang.org/)
[![Javascript](https://img.shields.io/badge/-Javascript-323330?style=for-the-badge&logo=Javascript&logoColor=F7DF1E)](https://developer.mozilla.org/es/docs/Web/JavaScript)
[![Tailwind](https://img.shields.io/badge/-Tailwind-38BDF8?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://tailwindui.com/)

## Install ⚒
Clone and install
```bash
git clone https://github.com/GabrielCarames/youtube-mp3-converter.git
pnpm i
```
Run the app locally
```bash
pnpm run dev
```

## Deployment 🚀
You can view the deployment by [clicking here](https://youtube-mp3-converter-two.vercel.app/)