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: ["React Native", "Microsoft Azure", "My Portfolio"],
      funFact: "Coding will soon be as important as reading.",
      };
  }

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

LinkedIn StackOverflow Github

Pinned Loading

  1. react-native-game-sum react-native-game-sum Public

    Find the sum app with timer. Exploring the principles of React Native development.

    JavaScript

  2. bakesale-func-comp bakesale-func-comp Public

    A React Native sample app. (converted from class to functional component)

    JavaScript

  3. garmenter garmenter Public

    JavaScript

  4. kontakata kontakata Public

    A demo on how to store photo on Rails back-end using API.

    SCSS 1

  5. udacity-wiki udacity-wiki Public

    Final exam - Udacity CS253

    Python

  6. sending_emails_with_rails sending_emails_with_rails Public

    Forked from gotealeaf/sending_emails_with_rails

    Ruby