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

Block or report tasgmaia

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

Hi there, I'm Jonatas - aka Tas👋

I'm a Product Designer that enjoy writing code! I've been working with front-end for a while and more recently I'm spending some time on creative coding with p5js

  • 🔭 Check out my website and my dribble
  • 🌱 Recently I finished the HarvardCS50 course and now I'm learning more about coding on freeCodeCamp
  • 🥅 2022 Goals: Explore more about generative art
  • ⚡ Fun fact: I play clarinet

Languages and Tools That I Use:

Visual Studio CodeHTML5CSS3JavaScriptReactGatsby

Pinned

  1. vtex/styleguide vtex/styleguide Public

    The VTEX Design System and React component library.

    JavaScript 164 33

  2. Hacktoberfest-animations Hacktoberfest-animations Public

    Forked from NiallEccles/Hacktoberfest-animations

    Small animation selector for Hacktoberfest

    CSS

  3. tasguercimaia tasguercimaia Public

    This is my personal website, built with Gatsby and continuously deployed via Netlify.

    CSS 2

  4. SystemUsabilityScale.js SystemUsabilityScale.js
    1
    function sus(...answers) {
    2
      let soma = 0;
    3
      for (let indice = 0; indice < answers.length; indice++) {
    4
        if (indice % 2 === 0) {
    5
          soma += answers[indice] - 1;