This commit is contained in:
Julien Froidefond
2025-08-20 15:43:24 +02:00
commit 09d2c5cbe1
100 changed files with 12494 additions and 0 deletions

55
data/skills/mobile.json Normal file
View File

@@ -0,0 +1,55 @@
{
"category": "Mobile",
"skills": [
{
"id": "reactnative",
"name": "React Native",
"description": "Framework pour construire des applications mobiles natives avec React",
"links": [
"https://reactnative.dev/",
"https://reactnative.dev/docs/getting-started",
"https://github.com/facebook/react-native"
]
},
{
"id": "flutter",
"name": "Flutter",
"description": "Kit de développement d'interface utilisateur de Google pour créer des applications compilées nativement",
"links": [
"https://flutter.dev/",
"https://docs.flutter.dev/",
"https://github.com/flutter/flutter"
]
},
{
"id": "swift",
"name": "Swift",
"description": "Langage de programmation puissant et intuitif pour iOS, macOS, watchOS et tvOS",
"links": [
"https://developer.apple.com/swift/",
"https://docs.swift.org/swift-book/",
"https://github.com/apple/swift"
]
},
{
"id": "kotlin",
"name": "Kotlin",
"description": "Langage de programmation moderne qui compile vers la JVM, Android et JavaScript",
"links": [
"https://kotlinlang.org/",
"https://kotlinlang.org/docs/",
"https://github.com/JetBrains/kotlin"
]
},
{
"id": "expo",
"name": "Expo",
"description": "Plateforme pour développer des applications React Native universelles",
"links": [
"https://expo.dev/",
"https://docs.expo.dev/",
"https://github.com/expo/expo"
]
}
]
}