Skip to content
View joaotanaca's full-sized avatar
:electron:
Working from home
:electron:
Working from home
Block or Report

Block or report joaotanaca

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

Olá, eu sou Tanaca

Snake animation

Alt text

Pinned

  1. pizza-store pizza-store Public

    Pizzeria system for small restaurants, UI based on https://dribbble.com/shots/10813858-Landing-food-delivery-Free-figma

    TypeScript 1

  2. Mixin for styled-components with types Mixin for styled-components with types
    1
    import { css } from "styled-components";
    2
    
                  
    3
    const breakpoints = {
    4
      xs: "480px",
    5
      sm: "768px",
  3. Máscara de CPF e CNPJ Máscara de CPF e CNPJ
    1
    function maskCPF(element = new HTMLInputElement()) {
    2
        let cpfAtualizado;
    3
        const inputCpf = element;
    4
        const cpfAtual = element.value;
    5
        cpfAtualizado = cpfAtual.replace(
  4. frame-motion-study frame-motion-study Public

    TypeScript