Skip to content
View Manuelandro's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
  • Solana Beach
  • Milan
Block or Report

Block or report Manuelandro

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

  • 🔭 I’m currently working on React frontends
  • 🌱 I’m currently learning Blockchain technologies such as Solidity, ethers, web3.js, Hardhat and more
  • 👯 I’m looking to collaborate
  • 📫 How to reach me: mpalma.job@gmail.com
  • 😄 Pronouns: he/him

Pinned

  1. smart-contract-client smart-contract-client Public

    Smart Contract Client (Solidtity + TypeScript + React + Hardhat + ethers)

    TypeScript

  2. goodghosting-dapp goodghosting-dapp Public

    dApp on Kovan Testnet

    JavaScript 1

  3. Gatsby-React Gatsby-React Public

    static site building

    CSS

  4. react-sxc-localization react-sxc-localization Public

    JavaScript

  5. pouchdb pouchdb Public

    Forked from pouchdb/pouchdb

    🐨 - PouchDB is a pocket-sized database.

    JavaScript

  6. Old fashioned flatten array Old fashioned flatten array
    1
    /**
    2
     * By the current state of EcmaScript,
    3
     * I would definitely use Array.proptotype.flat / Array.prototype.flatMap
    4
     * This is how I did flat arrays in the past without the use of external libraries
    5
     *