Skip to content
View tylergeorges's full-sized avatar

Block or report tylergeorges

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

Hi, I'm Tyler Georges!

I am a Software Engineer

More about me

class SoftwareEngineer {
  name: string;
  code: string[];
  tools: string[];

  constructor() {
    this.name = "Tyler Georges";
    this.code = ["TypeScript", "JavaScript", "HTML", "CSS"];
    this.tools = ["React", "Node", "NextJS", "Tailwind", "Drizzle", "Supabase", "Redux", "Zustand", "Styled-Components"];
  }
}

Pinned Loading

  1. stiqqr stiqqr Public

    Stiqqr | A project management app

    TypeScript

  2. echochat echochat Public

    A Discord Clone | Powered by Next.js, Supabase, React-Query

    TypeScript 2