my photo

Elena Kovalevskaya


FRONT-END DEVELOPER

CONTACTS

  • send
    @eKovalevckaya
  • mail
    elena.kovalevskaya6@gmail.com
  • language
    www.linkedin.com/in/elena-kovalevskaya/

ABOUT ME

Love to code and learn something new.
I know React and its ecosystem and can solve tasks by myself.
Care about quality of the code and user-friendly interfaces.
I want to find a team with similar values.

HARD SKILLS

  • TypeScript / Javascript(ES6+)
  • React&Redux/Redux Toolkit
  • NextJs
  • StyledComponents
  • Jest / react-testing-library
  • Bootstrap/Material-UI/AntD
  • Git/Github

CODE

DESCRIPTION:

Complete the function that accepts a string parameter, and reverses each word in the string. All spaces in the string should be retained.
            function reverseWords (str) {
                return str.split(' ').map((el) => el.split('').reverse().join('')).join(' ');
            }
          

WORK EXPERIENCE

TRELLO CLONE - vanilla JS.

Have learned how manipulate DOM using vanilla JS.
arrow_back
Click

WEATHER APP - RectJS & Redux.

Have learned about global state management, network interaction, deep dived into event loop and macro/micro tasks.
arrow_back
Click

EDUCATION

TEACHMESKIILS

Course:Front-End Developer, 2021/2022

LANGUAGES

  • RUSSIAN - Native
  • ENGLISH - Pre-Intermediate