Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.08 KB

YouTube Link to MP3/MP4 Converter

Tech Stack

  • React: A JavaScript library for building user interfaces.
  • Vite: A fast build tool for modern web projects.
  • IDB (IndexedDB): For storing and managing converted MP3s and MP4s, as well as theme preferences.

Features

  • Convert YouTube Links: Paste a YouTube video URL and convert it to MP3 or MP4.
  • Download MP3s and MP4s: Save converted MP3 and MP4 files directly to your device.
  • Clear List: Manage and clear the list of converted files.
  • Dark/Light Mode: Switch between light and dark themes.
  • System Theme Detection: Automatically apply the system theme or toggle manually.

Configuration

  • Theme: Choose between light and dark modes. The app also supports system theme detection.
  • MP3 and MP4 Storage: Converted MP3s and MP4s are stored in IndexedDB, allowing you to manage them as needed.

Contributing

If you want to contribute to the project:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Submit a pull request.