rsschool-cv

Elena Samanchuk

Contact Info

Summary

Frontend developer. I create clear, responsive, and thoughtful user interfaces. Transitioned from a medical background into tech — now focused on bringing structure, visual sense, and empathy into development.

Skills

Education

Languages

Experience:

Projects

💻 A bit about me in code:

const developer = {
  name: "Elena",
  role: "Frontend Developer",
  loves: ["clean code", "UI/UX", "animations", "cats"],
  skills: ["HTML", "CSS", "JavaScript"],
  goal: "to join a creative team and build meaningful products ✨"
};

if (developer.loves.includes("UI/UX") && developer.skills.includes("JavaScript")) {
  console.log("Ready to bring interfaces to life!");
}