Contacts
About me
I am 23 years old. Working as a sales manager. Web development is a
field that truly inspires me, as it empowers me to transform ideas
into reality through design aesthetics and cutting-edge technology.
I devote time everyday to learning English and frontend
Code example
function digitalRoot(n) {
while (n > 9) {
n = (n + '').split('');
n = n.reduce((acc, curr) => acc + Number(curr), 0);
}
return n;
}
Education
Belarusian National Technical University
Faculty of Information Technologies and Robotics
2018-2020
Projects
Tools:
Html
Scss
Javascript
Json
Responsive
Tools:
Typescript
React
React Router
Tailwind
Fetch Api
Vite
Eslint