{"id":28275068,"url":"https://github.com/henryteran/healthsync","last_synced_at":"2026-04-27T11:31:16.277Z","repository":{"id":291659240,"uuid":"934071663","full_name":"henryTeran/healthsync","owner":"henryTeran","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-18T15:49:48.000Z","size":657,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-19T05:53:34.608Z","etag":null,"topics":["javascript","react","taildwind"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/henryTeran.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-17T08:21:23.000Z","updated_at":"2026-03-18T15:49:52.000Z","dependencies_parsed_at":"2025-08-18T10:11:19.146Z","dependency_job_id":"aed2fb29-ff2e-43b0-9237-8c8993daa82d","html_url":"https://github.com/henryTeran/healthsync","commit_stats":null,"previous_names":["henryteran/healthsync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/henryTeran/healthsync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryTeran%2Fhealthsync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryTeran%2Fhealthsync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryTeran%2Fhealthsync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryTeran%2Fhealthsync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/henryTeran","download_url":"https://codeload.github.com/henryTeran/healthsync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henryTeran%2Fhealthsync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","react","taildwind"],"created_at":"2025-05-21T03:13:25.482Z","updated_at":"2026-04-27T11:31:16.267Z","avatar_url":"https://github.com/henryTeran.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HealthSync - Application de Gestion Médicale\n\n## 🏥 Description\n\nHealthSync est une application web moderne de gestion médicale qui permet aux médecins et patients de gérer leurs données de santé de manière sécurisée et efficace.\n\n## ✨ Fonctionnalités\n\n### Pour les Médecins\n- 👨‍⚕️ Gestion des profils patients\n- 💊 Création et gestion d'ordonnances\n- 📅 Planification des rendez-vous\n- 💬 Communication sécurisée avec les patients\n- 📊 Suivi des symptômes des patients\n\n### Pour les Patients\n- 👤 Gestion du profil personnel\n- 💊 Suivi des médicaments et rappels\n- 📝 Enregistrement des symptômes\n- 📅 Demande de rendez-vous\n- 💬 Communication avec les médecins\n\n## 🛠 Technologies Utilisées\n\n- **Frontend**: React 18, Vite, Tailwind CSS\n- **Backend**: Firebase (Auth, Firestore, Storage, Functions)\n- **Tests**: Jest, React Testing Library\n- **Notifications**: Firebase Cloud Messaging\n- **Sécurité**: Chiffrement des données sensibles\n- **Accessibilité**: WCAG 2.1 AA\n\n## 🚀 Installation\n\n1. **Cloner le repository**\n```bash\ngit clone https://github.com/votre-username/healthsync.git\ncd healthsync\n```\n\n2. **Installer les dépendances**\n```bash\nnpm install\n```\n\n3. **Configuration de l'environnement**\n```bash\ncp .env.example .env\n```\nRemplissez les variables d'environnement dans le fichier `.env`\n\n4. **Démarrer l'application**\n```bash\nnpm run dev\n```\n\n## 🧪 Tests\n\n```bash\n# Lancer tous les tests\nnpm test\n\n# Tests en mode watch\nnpm run test:watch\n\n# Tests avec couverture\nnpm run test:coverage\n\n# Tests pour CI/CD\nnpm run test:ci\n```\n\n## 🔒 Sécurité\n\n- ✅ Validation des données côté client et serveur\n- ✅ Chiffrement des données médicales sensibles\n- ✅ Authentification sécurisée avec Firebase Auth\n- ✅ Gestion des erreurs centralisée\n- ✅ Protection contre les injections XSS\n- ✅ Conformité RGPD\n\n## 📡 Monitoring \u0026 Observabilité\n\n- ✅ Error Boundary global React\n- ✅ Logger applicatif structuré (frontend)\n- ✅ Capture des erreurs frontend via Sentry (si `VITE_SENTRY_DSN` configuré)\n- ✅ Logs structurés Cloud Functions via `firebase-functions/logger`\n\nConfiguration minimale:\n\n```bash\nVITE_SENTRY_DSN=...\nVITE_APP_ENV=production\nVITE_APP_RELEASE=healthsync@x.y.z\n```\n\nConfiguration émulateurs Firebase (optionnelle, développement local):\n\n```bash\nVITE_USE_FIREBASE_EMULATORS=true\n```\n\nPar défaut, l'application utilise les services Firebase cloud en local si cette variable n'est pas activée.\n\n## ♿ Accessibilité\n\n- ✅ Navigation au clavier\n- ✅ Support des lecteurs d'écran\n- ✅ Contrastes de couleurs conformes WCAG\n- ✅ Attributs ARIA appropriés\n- ✅ Focus management\n\n## 📱 Responsive Design\n\nL'application est entièrement responsive et optimisée pour :\n- 📱 Mobile (320px+)\n- 📱 Tablette (768px+)\n- 💻 Desktop (1024px+)\n\n## 🔧 Scripts Disponibles\n\n```bash\nnpm run dev          # Démarrage en développement\nnpm run build        # Build de production\nnpm run preview      # Prévisualisation du build\nnpm run lint         # Linting du code\nnpm test             # Tests unitaires\nnpm run test:coverage # Tests avec couverture\n```\n\n## 📊 Métriques de Qualité\n\n- **Couverture de tests**: \u003e 80%\n- **Performance**: Score Lighthouse \u003e 90\n- **Accessibilité**: WCAG 2.1 AA\n- **Sécurité**: Aucune vulnérabilité critique\n\n## 🤝 Contribution\n\n1. Fork le projet\n2. Créer une branche feature (`git checkout -b feature/AmazingFeature`)\n3. Commit les changements (`git commit -m 'Add some AmazingFeature'`)\n4. Push vers la branche (`git push origin feature/AmazingFeature`)\n5. Ouvrir une Pull Request\n\n## 📄 Licence\n\nCe projet est sous licence MIT. Voir le fichier `LICENSE` pour plus de détails.\n\n## 👥 Équipe\n\n- **Développeur Principal**: [Votre Nom]\n- **UI/UX Designer**: [Nom du Designer]\n- **Product Owner**: [Nom du PO]\n\n## 📞 Support\n\nPour toute question ou problème :\n- 📧 Email: support@healthsync.com\n- 🐛 Issues: [GitHub Issues](https://github.com/votre-username/healthsync/issues)\n- 📖 Documentation: [Wiki](https://github.com/votre-username/healthsync/wiki)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenryteran%2Fhealthsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhenryteran%2Fhealthsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenryteran%2Fhealthsync/lists"}