Files
peakskills/data/skills/mobile.json
Julien Froidefond fe63f9592a Enhance skill evaluation UI with category icons and URL state management
- Added category icons to the skill evaluation components for better visual representation.
- Implemented URL parameter handling in SkillEvaluation to maintain selected category state across navigation.
- Improved the HomePage layout with expandable skill categories and enhanced user interaction.
- Updated skill data files to include icon properties for each category.
2025-08-20 15:52:59 +02:00

57 lines
1.6 KiB
JSON

{
"category": "Mobile",
"icon": "smartphone",
"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"
]
}
]
}