66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
{
|
|
"category": "Frontend",
|
|
"skills": [
|
|
{
|
|
"id": "react",
|
|
"name": "React",
|
|
"description": "Bibliothèque JavaScript pour créer des interfaces utilisateur",
|
|
"links": [
|
|
"https://react.dev/",
|
|
"https://react.dev/learn",
|
|
"https://github.com/facebook/react"
|
|
]
|
|
},
|
|
{
|
|
"id": "vue",
|
|
"name": "Vue.js",
|
|
"description": "Framework JavaScript progressif pour construire des interfaces utilisateur",
|
|
"links": [
|
|
"https://vuejs.org/",
|
|
"https://vuejs.org/guide/",
|
|
"https://github.com/vuejs/core"
|
|
]
|
|
},
|
|
{
|
|
"id": "typescript",
|
|
"name": "TypeScript",
|
|
"description": "Superset typé de JavaScript qui compile en JavaScript plain",
|
|
"links": [
|
|
"https://www.typescriptlang.org/",
|
|
"https://www.typescriptlang.org/docs/",
|
|
"https://github.com/microsoft/TypeScript"
|
|
]
|
|
},
|
|
{
|
|
"id": "nextjs",
|
|
"name": "Next.js",
|
|
"description": "Framework React pour la production avec SSR, SSG et plus",
|
|
"links": [
|
|
"https://nextjs.org/",
|
|
"https://nextjs.org/docs",
|
|
"https://github.com/vercel/next.js"
|
|
]
|
|
},
|
|
{
|
|
"id": "tailwindcss",
|
|
"name": "Tailwind CSS",
|
|
"description": "Framework CSS utility-first pour créer rapidement des designs personnalisés",
|
|
"links": [
|
|
"https://tailwindcss.com/",
|
|
"https://tailwindcss.com/docs",
|
|
"https://github.com/tailwindlabs/tailwindcss"
|
|
]
|
|
},
|
|
{
|
|
"id": "webpack",
|
|
"name": "Webpack",
|
|
"description": "Bundler de modules pour les applications JavaScript modernes",
|
|
"links": [
|
|
"https://webpack.js.org/",
|
|
"https://webpack.js.org/concepts/",
|
|
"https://github.com/webpack/webpack"
|
|
]
|
|
}
|
|
]
|
|
}
|