Skip to content

gitChang/gitChang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

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", "Expo", "Rails 8", "Startup Project"],
      funFact: "Coding will soon be as important as reading.",
      };
  }

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

LinkedIn StackOverflow Github

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors