Skip to content
View matheusTA's full-sized avatar
👾
BUG
👾
BUG
Block or Report

Block or report matheusTA

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

Pinned

  1. coworking-mobile coworking-mobile Public

    🗣👥 An application that aims to bring together companies with spaces for rent and people looking for coworking.

    TypeScript 23 2

  2. react-theme-switch react-theme-switch Public

    🌝 Theme Switch 🌚

    TypeScript 17 1

  3. chat_online_flutter chat_online_flutter Public

    💬 🌐 Online chat integrated with firebase

    Dart 4 1

  4. detecting-pathologies-lungs detecting-pathologies-lungs Public

    🦠 detecting pathologies in the lungs

    Jupyter Notebook 2

  5. lyrics lyrics Public

    Search for the lyrics of the song you are listening to on YouTube

    TypeScript 1

  6. useCountdown, it`s a hook to block b... useCountdown, it`s a hook to block buttons from being clicked for a certain period of time
    1
    import { addMilliseconds, differenceInMilliseconds } from 'date-fns'
    2
    import { useEffect, useState } from 'react'
    3
    
                  
    4
    interface RetryItem {
    5
      id: string