rsschool-cv

Levani Sarishvili

πŸ“« Contact

πŸ“ Summary

πŸ§‘β€πŸ’» I’m a junior front-end developer who enjoys turning ideas into functional, user-friendly websites. My main tools are HTML, CSS, JavaScript, and React, and I’m always trying to learn new ways to write better, cleaner code. I started my career in a different field but moved to tech because I enjoy problem-solving and building things that people actually use.

🎯 Skills

πŸ’» Code Examples

Javascript Program to Check if a Number is Odd or Even

// take input from the user
const number = prompt("Enter a number: ");

//check if the number is even
if(number % 2 == 0) {
    console.log("The number is even.");
}

// if the number is odd
else {
    console.log("The number is odd.");
}

πŸ’Ό Experience

πŸŽ“ Education

πŸ“š Courses

πŸ’¬ Languages