Skip to content

Instantly share code, notes, and snippets.

View cyberzilla's full-sized avatar
🎯
Focusing

Abu Dzakiyyah cyberzilla

🎯
Focusing
View GitHub Profile
@cyberzilla
cyberzilla / index.html
Created January 31, 2019 05:29
Vertical Marquee with CSS3 Animation
<div class="container blur">
<ul class="slider">
<li><p> Hello, it's me</p></li>
<li><p> I was wondering if after all these years you'd like to meet</p></li>
<li><p>To go over everything</p></li>
<li><p> They say that time's supposed to heal ya</p></li>
<li><p> But I ain't done much healing</p></li>
</ul>
</div>
@cyberzilla
cyberzilla / cordova.txt
Created January 22, 2018 02:14
Documentation cordova
Documentation Cordova:
1. Create Project
cordova create [project_name] [app_name] [app_title]
Exp: cordova create prjFirst com.sevennett.latihansatu "Latihan Satu"
2. Add Platform
inside into [your_app_directory] and add platform android
Exp: cd prjFirst && cordova platform add android
@cyberzilla
cyberzilla / react-native.txt
Created January 22, 2018 02:11
React Native Doc
Documentation React Native:
1. Buat Project:
react-native init nama_app
2. Jalankan Emulator:
android avd
3. Masuk ke direktory project anda dan aktifkan webserver:
react-native start