Skip to content
View PlanetTheCloud's full-sized avatar
  • Planet Dev Network
  • Indonesia

Highlights

  • Pro
Block or Report

Block or report PlanetTheCloud

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
PlanetTheCloud/README.md

Hi there 👋, I'm PlanetCloud

A student from Indonesia 🇮🇩

Studying & working for a better future.

âš¡ What I can do

  • Backend web development (PHP)
  • Frontend web development (HTML, CSS, JavaScript)
  • Scripting (JavaScript)
  • ✨ Came up with ideas and solutions ✨
  • and more! (Still learning)

🔭 I’m currently working on

  • Myself! Learning new things and studying Computer Science
  • Side Projects: -
  • Main Projects: -

🌱 I’m currently learning

  • Computer Science
  • PHP 8.2
  • The wonders of AI

👯 I’m looking to collaborate on

  • Something new and exciting

📫 How to reach me:

  • Email: planet.devnetwork@gmail.com

PlanetTheCloud's GitHub stats

Pinned

  1. project-logged project-logged Public

    Custom material design authentication template for MyOwnFreeHost

    PHP 31 17

  2. LazadaSellerCenterJS LazadaSellerCenterJS Public

    Injectable JavaScript Code for Lazada Seller Center to help sellers thru their day

    JavaScript 1

  3. mofh-callback-client mofh-callback-client Public

    API Callback client for MyOwnFreeHost in PHP

    PHP 2 1

  4. Calculate Accuracy Score in Google F... Calculate Accuracy Score in Google Forms
    1
    var GoogleFormsTool = {
    2
        getScore() {
    3
            let correct = document.getElementsByClassName('freebirdFormviewerViewItemsItemCorrect'),
    4
                incorrect = document.getElementsByClassName('freebirdFormviewerViewItemsItemIncorrect'),
    5
                total = correct.length + incorrect.length,
  5. MediaManager MediaManager Public

    Easily manage media files and view them

    CSS