Skip to content
View soloalex1's full-sized avatar
:shipit:
squirrel
:shipit:
squirrel

Highlights

  • Pro
Block or Report

Block or report soloalex1

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

Imagem de apresentação do Alexandre Machado - Desenvolvedor front-end

    hi, i'm Alex, a front-end developer from Brazil.

    - 25 years old
    - software engineer @ somapay digital bank
    - digital systems & media degree @ UFC
    - love all things pixel & retro
    - i don't exist outside internet

# 📖 react, a11y, design patterns, tests

Pinned

  1. alexmachina alexmachina Public

    Website for Alexandre Machado

    TypeScript

  2. lista-filmes lista-filmes Public

    A movie list application using data from TMDB public API.

    TypeScript 2 1

  3. talk-applied-aria talk-applied-aria Public

    Código desenvolvido para a palestra "ARIA Aplicado" para um evento da comunidade Front-end CE.

    CSS

  4. caxanga caxanga Public

    Um jogo de cartas digital para apresentar o folclore brasileiro, sua mitologia e as manifestações culturais de uma maneira mais lúdica e imersiva.

    C# 2

  5. Processing-based, two-player version... Processing-based, two-player version of Pong
    1
    // posições X e Y iniciais da bola
    2
    int bolaX = width / 2;
    3
    int bolaY = height / 2;
    4
    
                  
    5
    // velocidade da bola nos eixos X e Y