Aigul_me

Contacts

  • E-mail: aigulmus@gmail.com
  • Telegram: @Grapeview2013
  • Phone:+996777327159
  • GitHub: Grapeview2013

Skills:

  • HTML5
  • CSS
  • JavaScript
  • Git
  • React

Languages:

  • Kyrgyz
  • Russian
  • German
  • English - B2

Aigul Musurkulova

Junior Front-end Developer

About me

I am a Front-end development enthusiast, constantly expanding my knowledge and skills.

Education

  • Moscow State Linguistic University named after M.Tores - Translation and Interpretation (University Diploma);
  • Kyrgyz-Russian Slavic University named after B. Yeltsin - Management(University Diploma);
  • FSA-FLEX, High School Student Exchange Program
  • ITC Bootcamp(Certificate);
  • JavaScript/Front-end.Stage0(Certificate)

My projects

Code example

                 function updateLight(current){
                   let answer = "";
                     switch (current){
                     case "green":
                     answer = "yellow";
                     break;
                     case "yellow":
                     answer = "red";
                     break;
                     case "red":
                     answer = "green";
                     break;
                       }
                  return answer;
                 }