-
π¨ UI/UX Designer focused on creating clean, user-friendly, and modern digital experiences.
-
π± Currently Learning: UI/UX Design, React, Java, Spring Boot & Python
-
π οΈ Portfolio & Projects: https://github.com/ApsaraWitharana
-
β¨ Specialized In: User Interface Design, User Experience Design, Wireframing, Prototyping & Responsive Web Design
-
π― Tools: Figma, Adobe Photoshop, Canva & Visual Studio Code
-
π Exploring: Design Systems, Interaction Design, Front-End Development & AI
-
π€ Always open to collaboration, creative projects, and learning new technologies
-
π GDSE-68 Student | IJSE - Institute of Software Engineering
-
π Passionate About: UI/UX Design, Full-Stack Development, Problem Solving & Open Source
-
π« Reach me at: asachini095@gmail.com
let name = "Sachini Apsara";
let role = "Software Engineer";
let skills = ["Problem-Solving", "UI Design", "Coding"];
let strengths = ["Innovative Ideas", "Collaborative Team Player"];
let exploring = ["Web Development", "Cloud Technologies", "AI"];
let education = "IJSE - Institute of Software Engineering Student GDSE-68";
let collaborationMessage = "Always open to collaboration & learning new technologies!";
function introduce() {
console.log(`Hi, I'm ${name}, a ${role}.`);
console.log(`My core skills include: ${skills.join(", ")}.`);
console.log(`My strengths: ${strengths.join(", ")}.`);
console.log(`Exploring: ${exploring.join(", ")}.`);
console.log(`Education: ${education}.`);
console.log(collaborationMessage);
}
introduce();