Skip to content
View gutmalina's full-sized avatar
🖥️
looking for a job
🖥️
looking for a job

Block or report gutmalina

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gutmalina/README.md

aboutMe:

import { useState, useEffect } from 'react';
import { Link } from 'react-router-dom';

function MarinaGutkevich ({frontend_developer, react_developer}) {

  const [stack, setStack] = useState({});
  const name = 'Marina Gutkevich';
  const profession = [frontend_developer, react_developer]; 
  const education = ('higher', 'yandex.practicum');
  const telegram = '@gutmalina';

  useEffect(() => {
    setStack({
      code: [Javascript, TypeScript],
      frameworks: [React, Redux],
      tools: [API, Websocket, Node.js, Express.js, MongoDB, Mongoose, Webpack, Eslint],
      architecture: [ООП, БЭМ], 
      layout: [HTML5, CSS3, adaptive, PixelPerfect, Figma],
      team: [Git, GitHub]
    });
  }, [education]);

  return (
    <body>
      <header>{`HI, MY NAME IS ${name}. I AM ${profession}`}</header>
      <main>
        <section>{`MY Stack: ${stack}`}</section>
      </main>
      <footer><Link>{telegram}</Link></footer>
    </body>
  )
};

export default MarinaGutkevich;

statistics:

Pinned Loading

  1. cybergid-landing cybergid-landing Public

    JavaScript

  2. portfolio portfolio Public

    CSS 1

  3. react-burger react-burger Public

    Приложение интернет-магазина, с возможностью собрать бургер из предлагаемых ингредиентов и сделать заказ

    TypeScript

  4. route-display route-display Public

    JavaScript

  5. google-books google-books Public

    TypeScript

  6. sagirov_mask sagirov_mask Public

    JavaScript