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} />
</>
);
}
}
An individual who just loves anything that is stimulating, like $coding.
- Tagum, Philippines
- charliegp.vercel.app
Pinned Loading
-
react-native-game-sum
react-native-game-sum PublicFind the sum app with timer. Exploring the principles of React Native development.
JavaScript
-
bakesale-func-comp
bakesale-func-comp PublicA React Native sample app. (converted from class to functional component)
JavaScript
-
-
-
sending_emails_with_rails
sending_emails_with_rails PublicForked from gotealeaf/sending_emails_with_rails
Ruby
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.