Skip to content
View Gift-Stack's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report Gift-Stack

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

Hi there πŸ‘‹πŸΎ

I am a Frontend Engineer && a Blockchain Developer :)

React, Node/Express, React Native, Web3js, Solidity

Β Β  Β Β  Β Β 

  • πŸ”­ I’m currently working on ... Full DApp with Dex, Dao, GameFi features and an NFT marketplace
  • πŸ‘― I’m looking to collaborate on any Firebase-like Blockchain project

Pinned

  1. react-to-pdf react-to-pdf Public

    Forked from ivmarcos/react-to-pdf

    Generate pdf from react components

    JavaScript 2

  2. Svelte-Alert-And-Button-Library Svelte-Alert-And-Button-Library Public

    JavaScript 1

  3. floating-shoe-threejs floating-shoe-threejs Public

    ThreeJS shoe with customisable parts

    TypeScript 2

  4. ALTER_CONSOLE_LOG ALTER_CONSOLE_LOG Public

    Alter console.log() to respond with prepended argument type using vanilla JS

    JavaScript

  5. getUniqueSortedNumbers.js getUniqueSortedNumbers.js
    1
    function getUniqueSortedNumbers(tree) {
    2
      let uniqueSortedNumbers = []
    3
    
                  
    4
      ;(function sortTree(tree) {
    5
        const ObjArr = Object.values(tree)
  6. CustomEmitter.js CustomEmitter.js
    1
    class Emitter {
    2
      events = new Map() 
    3
      onceEvents = new Map()
    4
      
    5
      on(_event, fn) {