Skip to content
View Stephs15's full-sized avatar

Organizations

@ReDI-Munich-Frontend
Block or Report

Block or report Stephs15

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. pre-commit-msg pre-commit-msg
    1
    #!/bin/sh
    2
    
                  
    3
    BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD 2> /dev/null | grep -oE "[A-Z]+-[0-9]+")
    4
    if [ -n "$BRANCH_NAME" ]; then
    5
        echo "$BRANCH_NAME $(cat $1)" > $1
  2. accessibility-resources accessibility-resources Public

    Some useful resources for web accessibility

    12

  3. react-fela-test react-fela-test Public

    Trying out react & fela

    JavaScript

  4. react-hooks-tutorial react-hooks-tutorial Public

    Trying out react hooks

    JavaScript