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} />
</>
);
}
}
An individual who just loves anything that is stimulating, like $coding.
- Tagum, Philippines
- charliegp.vercel.app
Pinned Loading
-
-
math-problem-generator
math-problem-generator PublicA 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
-
enumeratorr
enumeratorr PublicAn app for storing photos in local storage using the Active Storage feature in Rails 7.
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.