Skip to content
View Girbi's full-sized avatar

Block or report Girbi

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 Loading

  1. Next.js-CRUD-App Next.js-CRUD-App Public

    A small CRUD app

    TypeScript

  2. Yelp-camp Yelp-camp Public

    Camp manager

    JavaScript

  3. Flask-CRUD-App Flask-CRUD-App Public

    A small CRUD app built with Flask

    HTML

  4. Hook for controlling a mobile menu, ... Hook for controlling a mobile menu, closes when clicking outside the menu
    1
    import { useState, useEffect, useRef } from 'react'
    2
    
                  
    3
    export default function useMobileMenu() {
    4
      const [isMenuOpen, setIsMenuOpen] = useState(false)
    5
      const portalRef = useRef<HTMLUListElement | null>(null)
  5. music-player music-player Public

    Python Music Player

    Python