Skip to content
View g0dzcsgo's full-sized avatar
  • Sweden
  • 16:11 (UTC +02:00)

Highlights

  • Pro
Block or Report

Block or report g0dzcsgo

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
g0dzcsgo/README.md

Hello, my name is cool!

Languages/frameworks that I am experienced in/and or dabbled in:

HTML CSS Javascript Typescript React Vite Next.js Express Svelte Tailwind
PostgreSQL MongoDB MySQL
Go Python

class AboutMe extends React.Component<{}, { name: string, gender: string, hobbies: string[], languages: string[] }> {
    state = {
        name: "Cool",
        age: 21,
        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>
        )
    }
}

Popular repositories

  1. react-learning react-learning Public

    TypeScript

  2. SVG-Loaders SVG-Loaders Public

    Forked from SamHerbert/SVG-Loaders

    Loading icons and small animations built with pure SVG.

    HTML 1

  3. g0dzcsgo g0dzcsgo Public