Skip to content

Instantly share code, notes, and snippets.

View Rb-tech-byte's full-sized avatar

wolinet Rb-tech-byte

View GitHub Profile
@Rb-tech-byte
Rb-tech-byte / index.html
Created August 11, 2020 11:19
Youtube clone app using React
<!-- If you are watching on Imac im sorry but it will cut off a little bit as i added padding to cover the ugly side bar in windows :( -->
<!-- Still a work in progress, I did not have enough time to add a little bit of interaction but I will add all of that and maybe i will try to add the Youtube API -->
<div id="app"></div>
@Rb-tech-byte
Rb-tech-byte / index.html
Created August 11, 2020 11:27
Youtube Iframe API in React
<style> body {margin: 0;padding: 0;}</style>
<div id="app"></div>
@Rb-tech-byte
Rb-tech-byte / index.html
Created August 11, 2020 11:36
React Chat
<section id="chatApp" class="chatApp">
<div class="chatApp__loaderWrapper">
<div class="chatApp__loaderText">Loading...</div>
<div class="chatApp__loader"></div>
</div>
</section>
@Rb-tech-byte
Rb-tech-byte / index.html
Created August 11, 2020 11:36
React Chat
<section id="chatApp" class="chatApp">
<div class="chatApp__loaderWrapper">
<div class="chatApp__loaderText">Loading...</div>
<div class="chatApp__loader"></div>
</div>
</section>
@Rb-tech-byte
Rb-tech-byte / index.html
Created September 11, 2020 21:38
Youtube Iframe API in React
<style> body {margin: 0;padding: 0;}</style>
<div id="app"></div>
@Rb-tech-byte
Rb-tech-byte / index.html
Created September 14, 2020 00:53
Youtube API Complete
<div class="container">
<header>
<img src="https://richardmiddleton.me/projects/youtube/images/logo.png" alt="" class="logo">
</header>
<section id="video">
</section>
@Rb-tech-byte
Rb-tech-byte / index.html
Created October 2, 2020 09:16
Youtube API Complete
<div class="container">
<header>
<img src="https://richardmiddleton.me/projects/youtube/images/logo.png" alt="" class="logo">
</header>
<section id="video">
</section>
@Rb-tech-byte
Rb-tech-byte / index.html
Created October 2, 2020 09:27
Youtube API Complete
<div class="container">
<header>
<img src="C:\Users\25576\Desktop\WEN-STORE.COM\Logo.png" alt="Logo">
</header>
<section id="video">
<iframe width="560" height="315"
src="https://www.youtube.com/embed/VaQMQUH00GM?start=2" frameborder="0"
allow="accelerometer;
@Rb-tech-byte
Rb-tech-byte / index.html
Created October 2, 2020 09:27
Youtube API Complete
<div class="container">
<header>
<img src="C:\Users\25576\Desktop\WEN-STORE.COM\Logo.png" alt="Logo">
</header>
<section id="video">
<iframe width="560" height="315"
src="https://www.youtube.com/embed/VaQMQUH00GM?start=2" frameborder="0"
allow="accelerometer;
@Rb-tech-byte
Rb-tech-byte / google-android-lollipop.markdown
Created February 25, 2021 20:49
Google Android Lollipop

Google Android Lollipop

The interface of Android lollipop lockscreen & some other page with the use of restart Css animation script and css icon designed. Moreover i add the jquery touch event to unlock the phone (swipeleft camera, swiperight dialer, swipeup unlock)

A Pen by RENATUS BERNARDO on CodePen.

License.