Skip to content
View kachar's full-sized avatar
🔥
🔥

Organizations

@camplight @threeveta @podkrepi-bg
Block or Report

Block or report kachar

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

Pinned

  1. podkrepi-bg/frontend podkrepi-bg/frontend Public

    Charity platform https://podkrepi.bg Docs https://docs.podkrepi.bg

    TypeScript 166 80

  2. podkrepi-bg/api podkrepi-bg/api Public

    Nest.js REST backend for charity platform Podkrepi.bg https://podkrepi.bg/swagger

    TypeScript 77 41

  3. yadi yadi Public

    Yet Another Docker Image - Production ready Next.js docker multi-stage build

    Dockerfile 18 9

  4. Next.js Link + Material UI Link/Butt... Next.js Link + Material UI Link/Button components bundled with forwardRef
    1
    import { LinkProps, Link as MuiLink } from '@mui/material'
    2
    import NextLink from 'next/link'
    3
    
                  
    4
    export default function Link(props: LinkProps<'a'>) {
    5
      return <MuiLink component={NextLink} {...props} />