Skip to content
View AbelChiquetti's full-sized avatar
💻
coding
💻
coding

Block or report AbelChiquetti

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

Typing SVG

Hello, my name is Abel, I'm 18 years old and I'm from Florianópolis. I am a creative person and have always enjoyed working with audiovisual and technology. My first job was when I was 14 years old as a minor apprentice, in a computer company, and since then I have developed websites for several companies as a freelancer, gaining a lot of practical experience.

My Previous Projects


Languages and Tools

LinkedIn Instagram Portfolio Gmail

Abel Chiquetti github stats
import SoftwareDeveloper from "abelchiquetti"
import { Languages, Frameworks } from "abelchiquetti/skills"

class Bio extends SoftwareDeveloper {
  name = "Abel Chiquetti"
  title = "Fullstack Developer"
  location = "Florianopolis, Brazil"
}

class Skills extends SoftwareDeveloper {
  languages = ["JavaScript", "TypeScript", "PHP", ...Languages]
  databases = ["MySQL"]
  frameworks = ["Vue", "React", "Next.js", ...Frameworks]
}

Pinned Loading

  1. Veterify Veterify Public

    Veterinary Smart Calculator

    HTML

  2. BotSendMassDC BotSendMassDC Public

    Bot on discord that sends mass message to multiple people's private (For educational purposes). Base code taken from the DMDGO program

    JavaScript