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;
🖥️
looking for a job
Pinned Loading
-
-
react-burger
react-burger PublicПриложение интернет-магазина, с возможностью собрать бургер из предлагаемых ингредиентов и сделать заказ
TypeScript
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.