photo

Anna Vi


About me

I was learning JavaScript and Python for 4 months on Udemy before I knew about The RS school. Teaching program, tasks and a lot of practice were impressed me. I expect to make many interesting projects during this course.


My skills

  • HTML (in progress)
  • CSS (in progress)
  • JavaScript (in progress)
  • React (in progress)
  • Node.js (basics)
  • Python (basics)

My projects

1. Portfolio

2. Audio player

3. Movie app

4. Tic Tac Toe


Code


    function buttonAnimation(currentKey) {

    var activeButton = document.querySelector("." + currentKey);
    activeButton.classList.add("pressed");
    setTimeout(function(){
        activeButton.classList.remove("pressed");
    }, 100);
                    

Courses

Web Development Bootcamp (Udemy)

100 Days of Code of Python (Udemy)

JS/FE Pre-School 2022 (RS School)

Languages

Russian(Native)

English(B2) EF SET


Contacts

  • emailnibiruru@yandex.ru
  • discordanni#1355