- {[
- {
- title: "Application de gestion de tâches",
- description: "Une app de productivité avec synchronisation cloud",
- tech: "Flutter • Firebase • Bloc"
- },
- {
- title: "API REST e-commerce",
- description: "Backend complet pour application e-commerce",
- tech: "Java • Spring Boot • PostgreSQL"
- },
- {
- title: "Dashboard analytique",
- description: "Interface web pour visualiser des données",
- tech: "React • D3.js • TypeScript"
- }
- ].map((futureProject, index) => (
-
-
-
-
- {futureProject.title}
- {futureProject.description}
- {futureProject.tech}
-
- ))}
-
-