From f9579f27b4d8ea8b72df6fbbcd610a6635cbda7e Mon Sep 17 00:00:00 2001 From: Metin Date: Tue, 20 Aug 2024 13:19:13 +0300 Subject: [PATCH] readme.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4afde59..cad0eae 100644 --- a/README.md +++ b/README.md @@ -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