Yauheni Shatau

future frontend developer

About me

Hello!

I'm a beginning front-end developer.

My goal for the next year is to get a job as a junior developer.

I'm open to new ideas, ready for self-study, have a desire to drastically change my life.

I have various hobbies such as drone racing, fpv and growing super hot peppers.

Education and Work Experience

Skills in programming

My projects

whack-a-rick
Whack-A-Rick
Reaction speed game on the theme of Rick and Morty

DOM, LocalStorage, querySelector, setTimeout

js-clock
JS clock
Clock with dark theme and different time zones

DOM, Date, querySelector, setTimeout

vertical-slider
Vertical Slider
Endless slider

DOM, mouseMove, querySelector, append/prepend

museum
Museum
Site of the Louvre

HTML + CSS + JS, Figma

Code example

function isIsogram(str) {
  return new Set(str.toLowerCase()).size === str.length ? true : false
}

Languages