Skip to content
View SitaGomes's full-sized avatar
🔥
Copying code
🔥
Copying code

Highlights

  • Pro
Block or Report

Block or report SitaGomes

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

Typing SVG

My name's Arthur Sita Gomes, I'm a self-taught full-stack web developer majoring in software engineering @PucMinas, I'm always eager to learn and better develop my skills.
I have working experience with: Typescript, NextJs, ReactJs, Redux, NodeJs, Jest, Cypress and many more. Come take a look at my projects ☺

- 🔭 Currently just having fun creating projects that I'm passionate about.
- 👨‍🎤🛹 I love all genres of music, skating, playing basketball and reading manga.
- 👷 Software engineer @OuvidorDigital
- ⚡ Fun fact: I speak English, Portuguese, French, spanish and a bit of Japonese.

Github Stats

Socials

LinkedIn LinkedIn


Nº of times people visited my profile since 08/21

Pinned

  1. create-kuma-project create-kuma-project Public template

    Scaffold a full production ready project with Kuma 🐻

    TypeScript 1

  2. RevoAPP RevoAPP Public

    HTML

  3. useLocalStorage useLocalStorage
    1
    import { useState, useEffect, Dispatch, SetStateAction } from "react";
    2
    
                  
    3
    type Response<T> = [
    4
        T, //? What's inside the "state" Ex: string, boolean...
    5
        Dispatch<SetStateAction<T>> //? type of "setState"