init
This commit is contained in:
55
data/skills/mobile.json
Normal file
55
data/skills/mobile.json
Normal 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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user