I craft fast, accessible & visually stunning web experiences.
HTML · CSS · JavaScript · React — wielded with intention.
const Developer = () => {
const skills = [
"HTML", "CSS",
"JavaScript", "React"
];
return (
<div className="me">
<h1>Ezenwa J. Chibuzo</h1>
<p>Frontend Dev 🔥</p>
<Skills list={skills} />
<Button>
Hire Me
</Button>
</div>
);
};
export default Developer;
A taste of what I can do. Full showcase on the Projects page.
A fully responsive shopping interface built with React and custom CSS animations. Cart, filters, product gallery.
Analytics dashboard with interactive charts and dark mode.