Skip to content

Commit

Permalink
Version 1 Launch
Browse files Browse the repository at this point in the history
On this launch the app contains a search bar, very much like pics-fetching-app (https://github.com/yunusparvezkhan.pics-fetching-app). When user submits a search request, the app requests videos from youtube video api v3 and maps them on the screen. When any video title/thumbnail is clicked, a new section emerges from top containing a youtube video player, the video title, channel name, video description. Folks can use this app on their local environment to avoid ads, as CORS policy blocks the ads.
  • Loading branch information
yunusparvezkhan committed Apr 12, 2023
1 parent bbc5d2c commit 2c8ae5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devnotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Version 1
On this launch the app contains a search bar, very much like pics-fetching-app (https://github.com/yunusparvezkhan.pics-fetching-app). When user submits a search request, the app requests videos from youtube video api v3 and maps them on the screen. When any video title/thumbnail is clicked, a new section emerges from top containing a youtube video player, the video title, channel name, video description. Folks can use this app on their local environment to avoid ads, as CORS policy blocks the ads.

0 comments on commit 2c8ae5c

Please sign in to comment.