Skip to content
View mtzfox's full-sized avatar
Block or Report

Block or report mtzfox

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

👋 Hi, I’m @mtzfox

My programming is currently focused in JavaScript, React, Vue, Node.js, UI libraries and associated elements.

More about what I'm doing online:

No more distractions! The WORLD WIDE WEB is still out there and I want to be a part of making it exciting again.

📫 Socials:

Pinned

  1. breaking-news-app breaking-news-app Public

    JavaScript 1

  2. crypto-coin-app crypto-coin-app Public

    JavaScript

  3. Codewars Codewars Public

    Codewars solutions

    JavaScript

  4. Codesandbox-Examples Codesandbox-Examples Public

  5. The code snippet defines a React com... The code snippet defines a React component called "BucketList" that renders a list of artwork to see. The component uses the `useImmer()` hook to manage the state of the list. It also includes a function called `handleToggleMyList()` that creates a list of artworks and displays them in an HTML page when clicked.
    1
    ## React Bucket List with Immer
    2
    ##### Preview:
    3
    ```jsx
    4
    import React, { useState, useCallback } from 'react';
    5
    import { useImmer } from 'use-immer';
  6. This code snippet creates a drumkit ... This code snippet creates a drumkit by selecting HTML elements with a specific class, adding event listeners to them, and playing corresponding audio files when clicked. It also adds and removes a CSS class to create a visual effect.This code creates an array of HTML elements that plays a sound, and adds border to each element. It also removes transitions when the mouseup event is pressed by adding/removing instantly from all browsers in their audio list.
    1
    ## Vanilla JS Drumkit with animation and sound
    2
    
                  
    3
    ##### Preview:
    4
    ```js
    5