https://github.com/xavierbriole/xavierbriole
Profile page README
https://github.com/xavierbriole/xavierbriole
Last synced: 4 months ago
JSON representation
Profile page README
- Host: GitHub
- URL: https://github.com/xavierbriole/xavierbriole
- Owner: xavierbriole
- Created: 2020-07-20T15:14:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T11:12:40.000Z (over 1 year ago)
- Last Synced: 2025-01-09T23:26:31.750Z (5 months ago)
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
