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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. mini_blog mini_blog Public

    Built for Lachlan @ FrameSports as part of a Rails coding test

    Ruby

  2. math-problem-generator math-problem-generator Public

    A starter kit for building an AI-powered math problem generator application. The goal is to create a standalone prototype that uses AI to generate math word problems suitable for Primary 5 students…

    JavaScript 1

  3. enumeratorr enumeratorr Public

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

    Ruby

  4. udacity-wiki udacity-wiki Public

    Final exam - Udacity CS253

    Python