Skip to content
View abdmmar's full-sized avatar
😼
😼

Highlights

  • Pro
Block or Report

Block or report abdmmar

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

Workspace

Pinned

  1. wc-toast wc-toast Public

    Add notifications component to your javascript projects easily using wc-toast.

    JavaScript 152 12

  2. blog blog Public

    <Blog />

    MDX

  3. akgq akgq Public

    Digital Zine of Akyas and GenQ Special Edition: Islah 21 Reunion

    TypeScript 1

  4. galnas galnas Public

    Koleksi Galeri Nasional Indonesia

    TypeScript 1

  5. tn-rest tn-rest Public

    Indonesia National Park REST API built using Go and SQLite3

    Go

  6. Masonry layout using React and CSS Masonry layout using React and CSS
    1
    import * as React from "react";
    2
    
                  
    3
    type MasonryProps = {
    4
      breakpoints?: (Record<number, number> & { default?: number }) | number;
    5
      gap?: string;