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'],
}
Front-End Developer with a passion for new technologies π§βπ»
Popular repositories Loading
-
-
interactive-comments-section
interactive-comments-section PublicMy implementation for the Frontend Mentor's Interactive Comments Section challenge
TypeScript
-
-
ecommerce-product-page
ecommerce-product-page PublicImplementation for Frontend Mentor's E-commerce Product Page challenge
Vue
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.