Skip to content
View gitChang's full-sized avatar

Block or report gitChang

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
gitChang/README.md
import Me from "me";
import Charlie from "./Charlie";

class About extends Me.Component {
  constructor() {
    super();

    this.info = {
      nickname: "Chang",
      nationality: "PH_fil",
      male: true,
      loves: ["Coding", "Tech", "Fast Bikes", "NU Metal"],
      currentFocus: ["Flutter", "Rails 8", "Startup Project"],
      funFact: "Coding will soon be as important as reading.",
      };
  }

  render() {
    return (
      <>
        <Charlie who={this.info} />
      </>
    );
  }
}

LinkedIn StackOverflow Github

Pinned Loading

  1. enumeratorr enumeratorr Public

    An app for storing photos in local storage using the Active Storage feature in Rails 7.

    Ruby

  2. cgso-construction-inventory cgso-construction-inventory Public

    A warehouse inventory system app for managing construction materials.

    Ruby

  3. chron-fe chron-fe Public

    The Data Demograph of System-Chron (MIS).

    TypeScript

  4. tiirada-be tiirada-be Public

    Personal Project | The backend of TiiRADA - Flutter App

    Ruby

  5. udacity-wiki udacity-wiki Public

    Final exam - Udacity CS253

    Python

  6. blog blog Public

    A trail to Dev journey

    JavaScript