Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inkflow59/inkflow59

README.md displayed in the Inkflow's GitHub profile.
https://github.com/inkflow59/inkflow59

github readme

Last synced: 12 days ago
JSON representation

README.md displayed in the Inkflow's GitHub profile.

Awesome Lists containing this project

README

        

# Salut, moi c'est Inkflow ! đź‘‹
[![Github Trophies](https://github-profile-trophy.vercel.app/?username=Inkflow59&theme=matrix&rank=SECRET,SSS,SS,S,AAA,AA,A,B,C)](https://github.com/ryo-ma/github-profile-trophy)

- 💻 Développeur **web**, **mobile** et de **jeu vidéo indépendant**
- 👑 Fondateur et président de la **HoS Team** *(depuis juin 2023)*
- 🎂 Né en 2003 ***(20 ans)***
- 🎓 *En cours de formation : **BTS SIO, spécialisation Solutions Logicielles et Applications Métiers***

# Mes technologies préférées 🖥️


Logos des technologies utilisées



Clickteam Fusion 2.5 (MFA)
HTML
CSS
JavaScript
TypeScript
PHP
MySQL
SQLite
Java
Python

Cliquez sur les logos pour plus d'informations !








Nom des technologies utilisées



Clickteam Fusion (v2.5)




HyperText Markup Language (v5)




Cascade Style Sheets (v3)




JavaScript




TypeScript (JavaScript typé)




PHP Hypertext Preprocessor




MySQL (SQL DBMS)




SQLite (SQL Engine)




Java




Python


# Ce que j'écoute en ce moment 🎶



# Mes statistiques Github đź“Š


Inkflow59's Top Languages

Inkflow59's GitHub Stats

Inkflow59's Streak

# Mes projets principaux 👨‍💻



PortInkFolio - (En cours depuis le 19 septembre 2023)



RolePlay Game: Character Creator (Android, iOS, Windows) - (En cours depuis le 3 février 2022)



HoS Website - (En cours depuis le 9 janvier 2024)



SQLGenix - (Librairie PHP utilisable dès maintenant)


## Mes jeux vidéos 🎮



Heroes of Songs : J.V - (Version actuelle : v0.3.0)



Mysterious Bot: Reinitialized - (Work in progress, but paused)



Relics of Sokal: The Divine Call - (Work in progress)


# Pour me contacter 📧


Mon profil Discord
Mon adresse e-mail

# Let's code !
```ts
// Language : TypeScript
const name :string = "Tom";
const pseudo :string = "Inkflow";
var age :number = 20;

function languagesMastered() :string[] {
var masteredTechnos :string[] = [
"Clickteam Fusion",
"HTML5",
"CSS3",
"JavaScript",
"TypeScript",
"PHP",
"MySQL",
"SQLite",
"Java",
"Python"
];
return masteredTechnos;
}

var hosTeam :boolean = true
function isOrganizationPresident(hosTeam :boolean) :boolean {
if (hosTeam==true) {
return true;
} else {
return false;
}
}

function currentStatus() :string[] {
var formations :any[] = [
["2023 - 2025",
"BTS SIO (SLAM)",
"Gaston Berger"]
];

var workplace :any[] = [
"Student"
];

if(workplace[0]=="Student") {
return formations;
} else {
return workplace;
}
}

function currentProjects() :any[] {
var projects :any[] = [
"PortInkFolio",
"RolePlay Game: Character Creator",
"HoS Website",
"Heroes of Songs : J.V",
"Mysterious Bot: Reinitialized",
"Relics of Sokal: The Divine Call",
"SQLGenix"
];
return projects;
}

languagesMastered();
isOrganizationPresident(hosTeam);
currentStatus();
currentProjects();
```


Copyright (C) 2024 - Made with love

Inkflow