Skip to content

Commit

Permalink
readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MetinVn committed Aug 20, 2024
1 parent 2c60f01 commit f9579f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# YouTube Link to MP3 Converter
# 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 theme preferences.
- **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.
- **Download MP3s**: Save converted MP3 files directly to your device.
- **Clear List**: Manage and clear the list of converted MP3s.
- **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 Storage**: Converted MP3s are stored in IndexedDB, allowing you to manage and clear them as needed.
- **MP3 and MP4 Storage**: Converted MP3s and MP4s are stored in IndexedDB, allowing you to manage them as needed.

## Contributing

Expand Down

0 comments on commit f9579f2

Please sign in to comment.