Skip to content
View MaxiMir's full-sized avatar
:octocat:
Working
:octocat:
Working
Block or Report

Block or report MaxiMir

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. Motive Motive Public

    TypeScript

  2. Motive-Backend Motive-Backend Public

    TypeScript

  3. luggageOfKnowledge luggageOfKnowledge Public

    Abstracts

    PHP 9 1

  4. Color generation by name 🧙‍♂️. Color generation by name 🧙‍♂️.
    1
    import { useMemo } from 'react'
    2
    import { Avatar } from '@mui/material'
    3
    import { getShortName } from './helpers/content'
    4
    import { generateColorByName } from './helpers/color'
    5