Tatiana Kovshik photo

Kovshik Tatiana

FRONT-END DEVELOPER

Contacts

Skills

  • check

    JavaScript, TypeScript

  • check

    HTML, CSS, SASS/SCSS

  • check

    VS Code, Git, GitHub

  • check

    Figma, PerfectPixel

  • check

    UX/UI Design, Graphic Design

  • check

    Mobile Interface Design

  • check

    Adobe Illustrator, Photoshop

Languages

  • Russian - Native speaker

  • English - Intermediate (B1)

  • Polish - A1

ABOUT ME

I lead an active lifestyle and always strive to learn something new. During my UI/UX design studies, I realized that I was more interested in further website development than creating layouts. This led me to study front-end development. I am inspired by the IT industry because there is always an opportunity to learn and develop your skills. I am ready for new challenges and strive for professional growth by creating convenient and functional websites.

EDUCATION

  • RS SCHOOL

    JavaScript/Front-end. Pre-school

  • PIXEL ONE

    Illustration course in Adobe Illustrator

  • IT-Academy

    UX/UI Design

  • Grodno State Agrarian University

    Plant Protection and Quarantine

EXPERIENCE (PROJECTS)

CODE

function evenOrOdd(number) {
return number % 2 === 0 ? "Even" : "Odd";
}