Skip to content

A TypeScript - Next.js, Tailwind CSS product that converts a youtube URL to a downloadable high quality MP3 and MP4 File

Notifications You must be signed in to change notification settings

AmitSahoo45/AmitSahoo45-youtube-to-mp3-converter

Repository files navigation

Youtube to MP3 Converter

Getting Started

First, install the dependencies:

npm install
# or
yarn
# or
pnpm install
# or
bun install

Then, build the project:

npm run build
# or
yarn build
# or
pnpm build
# or
bun build

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.