class AboutMe extends React.Component<{}, { name: string, gender: string, hobbies: string[], languages: string[] }> {
state = {
name: "Cool",
age: 25,
gender: "Male",
hobbies: ["Programming", "Photography", "Videography", "Swimming"],
languages: ["Swedish", "English", "German"],
from: "Sweden"
};
render() {
return (
<div>
<h1>About me</h1>
<p>
My name is {this.state.name} and I am a {this.state.age} years old {this.state.gender.toLowerCase()} coder from {this.state.from}.
Some of my hobbies include {this.state.hobbies.join(", ")}, and I speak {this.state.languages.join(", ")}.
</p>
</div>
)
}
}
- Sweden
-
18:45
(UTC +02:00)
Popular repositories Loading
-
-
SVG-Loaders
SVG-Loaders PublicForked from SamHerbert/SVG-Loaders
Loading icons and small animations built with pure SVG.
HTML 1
-
-
Vanish
Vanish PublicForked from DrexHD/Vanish
Fabric vanish mod to completely hide from other players using /vanish
Java
-
Arclight
Arclight PublicForked from IzzelAliz/Arclight
A Bukkit(1.20/1.21) server implementation in modding environment using Mixin. ⚡
Java
-
coreprotect-clickhouse
coreprotect-clickhouse PublicForked from EarthMC/coreprotect-clickhouse
A fork of CoreProtect that adds support for using ClickHouse as a database backend.
Java
If the problem persists, check the GitHub status page or contact support.

