Skip to content
View gianmarcoricciarelli's full-sized avatar

Block or report gianmarcoricciarelli

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

Hi there πŸ‘‹

interface IncredibleDev {
  firstName: string;
  lastName: string;
  pronouns: string[];
  whoAmI: () => void;
  langs: string[];
  frameworksAndLibraries: string[];
}

const gianmarcoIncredibleDev: IncredibleDev = {
  firstName: 'Gianmarco',
  lastName: 'Ricciarelli',
  pronouns: ['he', 'him'],
  whoAmI() {
    console.log(`I'm a Front-End Developer from Italy πŸ•`);
  },
  langs: ['javascript', 'typescript', 'css', 'scss', 'html'],
  frameworksAndLibraries: ['react', 'vue', 'angular/angular(js)', 'tailwindcss'],
}

Frontend Mentor Challenges

Dotfiles and such

Some stats

Languages I ❀️ the most

Popular repositories Loading

  1. gianmarcoricciarelli.github.io gianmarcoricciarelli.github.io Public

    Vue

  2. interactive-comments-section interactive-comments-section Public

    My implementation for the Frontend Mentor's Interactive Comments Section challenge

    TypeScript

  3. gianmarcoricciarelli gianmarcoricciarelli Public

  4. ecommerce-product-page ecommerce-product-page Public

    Implementation for Frontend Mentor's E-commerce Product Page challenge

    Vue

  5. my-nvim my-nvim Public

    My configuration for NeoVim, crafted with ❀️

    Lua

  6. multi-step-form multi-step-form Public

    TypeScript