Skip to content
View xavierbriole's full-sized avatar
πŸ¦‰
Coding by night
πŸ¦‰
Coding by night

Highlights

  • Pro
Block or Report

Block or report xavierbriole

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
xavierbriole/README.md

πŸ‘‹ Hello, I'm Xavier

πŸ‘¨β€πŸ’» Front-end Developer

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;
}

πŸ“Š Statistics

xavierbriole's github stats

Pinned

  1. react-cookienotice react-cookienotice Public

    A lightweight & customizable cookie banner for your React App

    TypeScript 18 5