Skip to content
View georgekrax's full-sized avatar
🖐️
Student
🖐️
Student

Highlights

  • Pro

Organizations

@hashtag-design-system
Block or Report

Block or report georgekrax

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

Pinned

  1. beach_bar beach_bar Public

    TypeScript

  2. hashtag-design-system/design_system hashtag-design-system/design_system Public

    Components, design primitives, and tools for #hashtag's design system. Build with React.js, TypeScript & SCSS.

    TypeScript 1

  3. List of emojis for GitHub commit mes... List of emojis for GitHub commit messages
    1
    |Emoji                 |Purpose                                                                |MD Markup               |Prefix        |
    2
    |:--------------------:|:----------------------------------------------------------------------|:-----------------------|:-------------|
    3
    |:page_facing_up:      |Generic message                                                        |`:page_facing_up:`      |              |
    4
    |:triangular_ruler:    |Improve the format / structure of the code / files                     |`:triangular_ruler:`    |`[IMPROVE]:`  |
    5
    |:zap:                 |Improve performance                                                    |`:zap:`                 |`[IMPROVE]:`  |
  4. VS Code Snippets for TypeScript Reac... VS Code Snippets for TypeScript React & Next.js
    1
    {
    2
      "TS React Dual Export": {
    3
        "prefix": "rfac",
    4
        "body": [
    5
          "import React from \"react\"",
  5. udacity-fsnd-capstone-project udacity-fsnd-capstone-project Public

    This is my code for the Capstone Project (final project) of Udacity's Full-Stack Developer Nanodegree

    Python

  6. simple-graphql-postgres-api simple-graphql-postgres-api Public

    A simple GraphQL API built with Node.js and the Express.js framework. For the database PostgreSQL is used, with the pg-promise library.

    JavaScript 2