Irina Inina
Junior Front-End Developer
Contacts
- Kyiv, Ukraine
- Email: irinainina@gmail.com
- Github: irinainina
- Telegram: @irinainina
- Discord: Irina#1155
Summary
I like programming. It is fascinating and interesting. I have a main job, programming is a hobby for me. I have completed several training projects and now I would like to take part in the creation of a real JavaScript project. My goal is to learn a pure JavaScript at a good level and learn the React library. I will be glad to join the creation of open source projects. I would like to work under the guidance of an experienced developer to gain practical experience.
Skills
- Web-development: HTML5, CSS3, JavaScript
- Frameworks and libraries: React
- Version control: GIT, Github
- Graphics: Figma
Code
function factorial(n) {
if(n < 0) return null;
if (n <= 1) return 1;
return n * factorial(n-1);
}
Courses
- Hexlet - JavaScript for beginner
- LoftSchool - Comprehensive training JavaScript
- Udemy - Web Development By Doing: HTML / CSS
- Udemy - React + Redux - Professional Development
Projects
Education
Kyiv National Technical University
English
B1 - Pre-Intermediate