Photo Katherine Kanareikina

CV Katherine Kanareikina

Katherine Kanareikina


FRONTEND DEVELOPER

My main goal is to complete the training in RS.SCHOOL and get a new knowledge. I plan to become an effective specialist who improves his knowledge and skills. My strengths are accuracy, diligence, works well in a team.

Location


Minsk, Belarus

Contacts


Technical skills


  • HTML

  • CSS

  • JS Basics

  • React Basics

  • Git

  • Figma

Education


  • htmlacademy.ru

  • SENLA - HTML, CSS, React (2020 - 2021)

  • Rolling Scopes School - JS / FRONT-END. STAGE O

Code Example


Find Factorial

function factorial (n) {
return (n === 0) ? 1 :
(n < 0) ? null : n * factorial(n - 1)
}

Completed projects


Languages


  • Russian (native)
  • English (A2, improves knowledge)