Kirill Olesik
Front-End Developer
About Me
I am a beginner front-end developer with a strong interest in web design and full-stack development. I love creating user-friendly websites and applications, constantly learning new technologies and experimenting with design and functionality. My goal is to blend aesthetics and usability, ensuring that my work not only meets client needs but also provides an engaging experience for users.
Code Exapmle
const factorial = (function() {
return function(n) {
if (n === 0 || n === 1) {
return 1;
}
return n * factorial(n - 1);
};
})();
console.log(factorial(5));
Skills
- HTML & CSS
- JavaScript
- React.js
- Git & GitHub
- UI/UX Design