An open API service indexing awesome lists of open source software.

https://github.com/xavierbriole/xavierbriole

Profile page README
https://github.com/xavierbriole/xavierbriole

Last synced: 4 months ago
JSON representation

Profile page README

Awesome Lists containing this project

README

        

# 👋 Hello, I'm Xavier

## 👨‍💻 Front-end Developer

```tsx
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](https://github-readme-stats.vercel.app/api?username=xavierbriole&show_icons=true&hide=stars)