import React, { useState } from "react";
export default function AboutMe() {
const [languages, setLanguages] = useState([
"javascript",
"typescript",
"html",
"scss",
]);
const [tools, setTools] = useState([
"flow",
"redux",
"reactjs",
"react-native",
"jest",
"react-testing-library",
]);
const [devOps, setDevOps] = useState(["github-actions", "docker"]);
const [methods, setMethods] = useState(["scrum", "tdd"]);
return null;
}
π¦
Coding by night
Front-end Developer at @smart-tribune
- Marseille, France
-
07:27
(UTC +01:00) - https://xavierbriole.com
- xavierbriole
- in/xavierbriole
- @xavierbriole
Highlights
- Pro
Pinned Loading
-
react-cookienotice
react-cookienotice PublicA lightweight & customizable cookie banner for your React App
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.