📄personal-info / bio.md
// bio.md
1234567891011

// the developer

const developer = {

name: "Bivek Gurung",

role: "Front End Developer",

location: "Australia",

bio: [

"I'm a passionate front-end developer based in Australia with a focus on creating modern, performant web applications.",

"I specialize in React, Next.js, and the modern JavaScript ecosystem. I love building clean, accessible interfaces that feel great to use and look beautiful.",

"When I'm not coding, you'll find me exploring new technologies, contributing to open-source, or hiking in the great outdoors.",

]

};