const { title, tech, description } = project;
return (
<div className="project-item">
<h3>{title}</h3>
<p>{description}</p>
<div className="tech-stack">{tech}</div>
</div>
);
};
const passion = "web development";
const focus = "clean & intuitive design";
return (
<div>
Creating the future
Turning visions into reality
</div>
);
};
const frontend = ["React", "TypeScript", "CSS"];
const design = ["Figma", "Illustrator"];
return (
<section>
<h2>Technical Expertise</h2>
<SkillList items={frontend} />
</section>
);
};
About Me
Experience
Education
High School
Hi, I’m a developer and hardware tinkerer based in Canada. For me, creating isn't limited to the browser. Beyond building fast, responsive web apps, I design custom physical devices, solder components, and ultimately bridge the gap between hardware and software.
Skills
HTML
CSS
JavaScript
TypeScript
React
React Native
Python
Figma
Projects
View More ProjectsServices
Web Development
Creating responsive, modern websites with clean code that precisely match your objectives.
Web Design
Designing visually appealing and user-friendly interfaces tailored specifically to your unique needs.
Web Maintenance
Regular updates, performance monitoring, and troubleshooting to ensure your site runs smoothly.