diff --git a/Projects/2-Intermediate/Youtube-online-downloader.md b/Projects/2-Intermediate/Youtube-online-downloader.md new file mode 100644 index 00000000..2a76ccf1 --- /dev/null +++ b/Projects/2-Intermediate/Youtube-online-downloader.md @@ -0,0 +1,26 @@ +# Youtube Online Downloader + +**Tier:** 1-Beginner + +Create a **YouTube Online Downloader** app that allows users to easily download YouTube videos in various formats (MP4, MP3, etc.) directly to their devices for offline viewing or listening. The app offers a simple, user-friendly interface where users can paste video URLs, choose quality or format, and download content with just a few clicks. It supports multiple resolutions and is compatible with a range of devices, making it a convenient tool for media consumption on the go. + + + +## User Stories + +- [ ] User can download as video or audio +- [ ] User can choose the size of file for download + +## Bonus features + +- [ ] User can download as video or audio +- [ ] User can choose the size of file for download + +## Useful links and resources + +- [Rapidapi.com](https:rapidapi.com) + +## Example projects + +- [download youtube videos for free](https://en1.savefrom.net/1-youtube-video-downloader-3vV/) +- [yt5e.biz](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwj85Luj8bWIAxV3KRAIHTAoClAQFnoECBgQAQ&url=https%3A%2F%2Fyt5s.biz%2Fenxj100%2F&usg=AOvVaw0S5OyFdiyXb3mBDztdc2fi&cshid=1725885779249969&opi=89978449) diff --git a/README.md b/README.md index 2d209743..6ae0c220 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ required to complete them. | Name | Short Description | Tier | | --------------------------------------------------------------------------------- | -------------------------------------------------- | -------------- | +| [Youtube Online Downloader](./Projects/2-Intermediate/Youtube-online-downloader.md)| A online web app that allows download youtube video in difference size using A| 2-Intermediate | | [Bit Masks](./Projects/2-Intermediate/Bit-Masks-App.md) | Using Bit Masks for Conditions | 2-Intermediate | | [Book Finder App](./Projects/2-Intermediate/Book-Finder-App.md) | Search for books by multiple criteria | 2-Intermediate | | [Calculator CLI](./Projects/2-Intermediate/Calculator-CLI.md) | Create a basic calculator cli. | 2-Intermediate |