QY2MP3 is a web application that allows users to convert YouTube video URLs into downloadable MP3 songs using an API.
QY2MP3 simplifies the process of converting YouTube videos into MP3 format, making it convenient for users to enjoy their favorite songs offline. By leveraging the provided API, users can seamlessly convert YouTube URLs into MP3 files with ease.
Convert YouTube video URLs to MP3 format.
Download converted MP3 files for offline listening.
Easy-to-use interface for a seamless user experience.
Dark mode implementation for improved user experience in low-light environments.
s
Installation:
Copy code
git clone https://github.com/DepressedPenguin/QY2MP3_PROJECT
cd QY2MP3
npm install
Make sure to install `react-router-dom`:
npm start
########
Open a web browser and navigate to http://localhost:3000 to access the QY2MP3 application.
Input a valid YouTube video URL into the provided field.
Click the "Convert" button to initiate the conversion process.
Once the conversion is complete, download the converted MP3 file.
React.js: Frontend development framework for building user interfaces.
Vite: Fast build tool for modern web development.
API: Integration with an API for YouTube video to MP3 conversion.
HTML/CSS/SCSS: Markup and styling for the application.
Contributions to QY2MP3 are welcome! If you have any ideas for improvements or new features, feel free to open an issue or submit a pull request.