Hi all. I am
Aimal Dev
> Frontend Engineer
importReactfrom 'react';import { useGSAP } from '@gsap/react';
function Portfolio() {// TODO: Add amazing projectsconst skills = ['Next.js', 'GSAP', 'TypeScript'];return (<div className="awesome-portfolio">{ skills.map(skill => <Skill key={skill} />) }</div>);}
// welcome to my digital playground
// you can also find me on Github
const githubLink = "https://github.com/aimal-dev"