{"id":49284178,"url":"https://github.com/20syldev/valentine","last_synced_at":"2026-04-25T20:30:43.121Z","repository":{"id":343197495,"uuid":"1153454592","full_name":"20syldev/valentine","owner":"20syldev","description":"Challenges de plus en plus difficiles dans un thème Cyber et Développement !","archived":false,"fork":false,"pushed_at":"2026-03-21T19:24:08.000Z","size":146,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-28T09:27:41.112Z","etag":null,"topics":["cyber","development","next","tailwind","typescript","valentine"],"latest_commit_sha":null,"homepage":"https://valentine.sylvain.sh","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/20syldev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["20syldev"]}},"created_at":"2026-02-09T10:15:56.000Z","updated_at":"2026-03-09T09:45:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/20syldev/valentine","commit_stats":null,"previous_names":["20syldev/valentine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/20syldev/valentine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20syldev%2Fvalentine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20syldev%2Fvalentine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20syldev%2Fvalentine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20syldev%2Fvalentine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/20syldev","download_url":"https://codeload.github.com/20syldev/valentine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20syldev%2Fvalentine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32276357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cyber","development","next","tailwind","typescript","valentine"],"created_at":"2026-04-25T20:30:41.540Z","updated_at":"2026-04-25T20:30:43.108Z","avatar_url":"https://github.com/20syldev.png","language":"TypeScript","funding_links":["https://github.com/sponsors/20syldev"],"categories":[],"sub_categories":[],"readme":"# 💖 Hack My Heart\n\nUn jeu interactif de défis en cybersécurité créé pour la Saint-Valentin. Testez vos connaissances à travers **12** challenges de difficulté croissante !\n\n## Fonctionnalités\n\n- **12 Challenges** de cybersécurité (SQL injection, XSS, cryptographie, réseaux, etc.)\n- **Système de hints progressifs** en fonction du nombre de tentatives\n- **Animations interactives** (pluie de cœurs, effet machine à écrire, transitions fluides)\n- **Sauvegarde automatique** de la progression avec localStorage\n- **Design responsive** avec Tailwind CSS v4\n- **Navigation intuitive** entre les challenges\n\n## Stack Technique\n\n- **React 19** - Framework UI\n- **TypeScript 5** - Typage statique\n- **Vite 7** - Build tool et dev server\n- **Tailwind CSS v4** - Styling (approche CSS-first)\n- **Lucide React** - Icônes\n- **React Router v7** - Navigation (hash routing pour GitHub Pages)\n- **Framer Motion** - Animations (optionnel)\n\n## Installation\n\n```bash\n# Cloner le dépôt\ngit clone https://github.com/20syldev/valentine.git\n\n# Installer les dépendances\nnpm install\n\n# Lancer le serveur de développement\nnpm run dev\n```\n\nLe jeu sera accessible sur [http://127.0.0.1:5173](http://127.0.0.1:5173).\n\n## Déploiement\n\nLe projet est configuré pour un déploiement automatique sur GitHub Pages via GitHub Actions.\n\n```bash\n# Build de production\nnpm run build\n\n# Preview du build\nnpm run start\n```\n\nLe workflow GitHub Actions déploie automatiquement sur la branche `gh-pages` à chaque push sur `master`.\n*Vous pouvez changer le nom de la branche dans le fichier [deploy.yml](.github/workflows/deploy.yml)\n\n## Challenges\n\n1. **SQL Injection** (Facile) - Injection SQL de base\n2. **HTTP Status** (Facile) - Codes de statut HTTP\n3. **Git Commit** (Facile) - Historique Git\n4. **XSS Escape** (Moyen) - Cross-Site Scripting\n5. **Port HTTPS** (Moyen) - Ports réseau\n6. **Firewall ACL** (Moyen) - Règles de pare-feu\n7. **Binary ASCII** (Moyen) - Conversion binaire\n8. **Hash Collision** (Moyen) - Collisions de hash\n9. **SQL Bypass** (Difficile) - Bypass d'authentification\n10. **Vigenère** (Difficile) - Cryptographie classique\n11. **Subnet Mask** (Expert) - Masques réseau\n12. **Regex Email** (Expert) - Expressions régulières\n\n## Scripts Disponibles\n\n```bash\nnpm run dev          # Serveur de développement\nnpm run build        # Build de production\nnpm run start        # Preview du build\nnpm run format       # Formatter le code\nnpm run check        # Vérification TypeScript\nnpm run lint         # Linter ESLint\n```\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch3\u003eJoyeuse Saint-Valentin ! 🌹\u003c/h3\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F20syldev%2Fvalentine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F20syldev%2Fvalentine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F20syldev%2Fvalentine/lists"}