Files
peakskills/public/data/skills/mobile.json
Julien Froidefond f74d4d3e87 Add Font Awesome icons and refactor tech icon handling
- Added Font Awesome dependencies for enhanced icon support.
- Refactored tech icon components to utilize Font Awesome icons instead of custom SVGs.
- Updated skill data files to include icon properties for various technologies.
- Removed obsolete tech icon files to streamline the codebase.
2025-08-20 16:24:07 +02:00

171 lines
4.7 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"
],
"icon": "fab-react"
},
{
"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"
],
"icon": "fas-mobile"
},
{
"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"
],
"icon": "fab-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"
],
"icon": "fab-android"
},
{
"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"
],
"icon": "fab-react"
},
{
"id": "ionic",
"name": "Ionic",
"description": "Framework pour applications mobiles hybrides",
"links": [
"https://ionicframework.com/",
"https://ionicframework.com/docs"
],
"icon": "fas-mobile"
},
{
"id": "xamarin",
"name": "Xamarin",
"description": "Plateforme de développement mobile Microsoft",
"links": [
"https://dotnet.microsoft.com/apps/xamarin",
"https://docs.microsoft.com/xamarin/"
],
"icon": "fab-microsoft"
},
{
"id": "unity",
"name": "Unity",
"description": "Moteur de jeu pour applications mobiles",
"links": [
"https://unity.com/",
"https://docs.unity3d.com/"
],
"icon": "fas-cube"
},
{
"id": "cordova",
"name": "Apache Cordova",
"description": "Plateforme pour applications mobiles hybrides",
"links": [
"https://cordova.apache.org/",
"https://cordova.apache.org/docs/"
],
"icon": "fas-mobile"
},
{
"id": "capacitor",
"name": "Capacitor",
"description": "Runtime natif pour applications web",
"links": [
"https://capacitorjs.com/",
"https://capacitorjs.com/docs"
],
"icon": "fas-cog"
},
{
"id": "fastlane",
"name": "Fastlane",
"description": "Automatisation pour développement mobile",
"links": [
"https://fastlane.tools/",
"https://docs.fastlane.tools/"
],
"icon": "fas-cog"
},
{
"id": "firebase",
"name": "Firebase",
"description": "Plateforme de développement mobile Google",
"links": [
"https://firebase.google.com/",
"https://firebase.google.com/docs"
],
"icon": "fab-google"
},
{
"id": "app-store-optimization",
"name": "App Store Optimization",
"description": "Optimisation pour stores d'applications",
"links": [
"https://developer.apple.com/app-store/",
"https://play.google.com/console/"
],
"icon": "fas-cog"
},
{
"id": "mobile-testing",
"name": "Tests Mobile",
"description": "Frameworks de tests pour applications mobiles",
"links": [
"https://appium.io/",
"https://detox.js.org/"
],
"icon": "fas-bug"
},
{
"id": "mobile-performance",
"name": "Performance Mobile",
"description": "Optimisation des performances mobiles",
"links": [
"https://developers.google.com/web/tools/lighthouse",
"https://developer.android.com/topic/performance"
],
"icon": "fas-cog"
},
{
"id": "push-notifications",
"name": "Push Notifications",
"description": "Notifications push pour applications mobiles",
"links": [
"https://firebase.google.com/docs/cloud-messaging",
"https://developer.apple.com/notifications/"
],
"icon": "fas-bell"
}
]
}