Junior developer exploring the world of code. Learning by building, breaking, and rebuilding.
---
// Giann.dis
const me = {
name: "Giann",
level: "Junior Developer",
currentFocus: ["JavaScript", "React", "Python"],
approach: "Hands-on learning through projects",
goal: "Build → Break → Learn → Repeat"
};
---
<div>
<h1>{me.name}</h1>
<p>Status: {me.level}</p>
<p>Currently: {me.currentFocus.join(' • ')}</p>
<p>Approach: {me.approach}</p>
<p>Thanks for checking out my work!</p>
</div>"Programming nia."