
Kovshik Tatiana
FRONT-END DEVELOPER
Contacts
Skills
-
JavaScript, TypeScript
-
HTML, CSS, SASS/SCSS
-
VS Code, Git, GitHub
-
Figma, PerfectPixel
-
UX/UI Design, Graphic Design
-
Mobile Interface Design
-
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)
-
CSS Meme Slider
Slider in pure HTML and CSS
-
Shelter
Valid, interactive layout of a two-page website
-
House Plant App
Plants app design in figma
CODE
function evenOrOdd(number) {
return number % 2 === 0 ? "Even" : "Odd";
}