Skip to content
View shivamkumar110's full-sized avatar
🤓
focusing
🤓
focusing
Block or Report

Block or report shivamkumar110

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. idGenerator idGenerator
    1
    function generateUniqueId( prefix = '') {
    2
      let id = 0;
    3
    
                  
    4
      return function() {
    5
        return `${prefix}${id++}`;
  2. TipyTap-ReactNative TipyTap-ReactNative Public

    Tapping mobile game in React native

    JavaScript

  3. employee-review-system employee-review-system Public

    Employee Review System

    Vue

  4. realtime-css-editor realtime-css-editor Public

    realtime-css-editor

    HTML

  5. react-toggle-button react-toggle-button Public

    JavaScript

  6. react-day-picker react-day-picker Public

    Forked from gpbl/react-day-picker

    Lightweight date picker component for React

    JavaScript