owner photo

MARIA ANISIMOVA

Contacts:

Brief information about myself:

I am a purposeful, responsible and passionate person. I am always looking to improve my skills and qualifications. My hobby is programming.

Skills:

Code examples:

Set data to localStorage in Whack-A-Mole
 
					
  // localStorage
  const playerName = document.querySelector('.name');
  playerName.value = `${localStorage.getItem('name') || 'Enter your name'}`;

  playerName.addEventListener('change', e => {
    localStorage.setItem('name', e.target.value);
  });
					
				
Check is number odd or even
					
  function name(num) {
    if (num % 2 === 0) {
      return 'это четное число';
    }
    return 'число нечетное';
  }
					
				

My projects:

js-clock

JS Clock

Mechanical watch with moving hands. Technologies used: HTML, CSS, JS.

js-clock

Museum

Landing page Louvre - one of the largest and most popular art museums in the world. Technologies used: HTML, CSS.

js-clock

Whack-A-Mole

A game of reaction speed in which you have to click on targets and earn points. Technologies used: HTML, CSS, JS.

Education:

Certificate: JS/FE Pre-School

Accounting, analysis and control. (Secondary specialized education) Molodechno trade and economic college.

English level:

А2 (Elementary)