https://github.com/inkflow59/inkflow59
Page d'accueil pour mon profil GitHub
https://github.com/inkflow59/inkflow59
github readme
Last synced: 2 months ago
JSON representation
Page d'accueil pour mon profil GitHub
- Host: GitHub
- URL: https://github.com/inkflow59/inkflow59
- Owner: Inkflow59
- Created: 2022-08-05T08:30:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-12T16:07:41.000Z (7 months ago)
- Last Synced: 2026-04-30T14:36:59.704Z (2 months ago)
- Topics: github, readme
- Language: Markdown
- Homepage:
- Size: 3.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hi, I'm Inkflow! 👋
[](https://github.com/ryo-ma/github-profile-trophy)
- 💻 **Web**, **mobile**, **software** and **indie game** developer
- 👑 Founder and president of **HoS Team** *(since June 2023)*
- 🎂 Born in 2003 ***(22 years old)***
- 📜 **Associate's degree in Computer Science** in **web and software development**
- 🎓 *Currently studying: **Bachelor’s degree in Software and Web Development (3-years)***
# My technologies used 🖥️
| Technologies | Technologies | Technologies | Technologies | Technologies |
|:---:|:---:|:---:|:---:|:---:|
| 
**Clickteam Fusion** | 
**C** | 
**C++** | 
**C#** | 
**HTML5** |
| 
**CSS3** | 
**JavaScript** | 
**TypeScript** | 
**PHP** | 
**MySQL** |
| 
**SQLite** | 
**Java** | 
**Python** | 
**Ruby** | 
**Lua** |
| 
**Dart** | 
**Kotlin** | 
**Node.js** | 
**React** | 
**Next.js** |
| 
**Symfony** | 
**Flutter** | 
**Electron** | 
**PostgreSQL** | 
**Bootstrap** |
| 
**Django** | 
**Django REST** | 
**Docker** | 
**Godot** | 
**GraphQL** |
| 
**JSON** | 
**Laravel** | 
**NW.js** | 
**Tailwind CSS** | 
**Express.js** |
Click on the logos for more information!
# What I'm currently listening to 🎶
# My GitHub statistics 📊


# My main projects 👨💻
PortInkFolio - (In progress since September 19, 2023)
RolePlay Game: Character Creator (Android, iOS, Windows) - (In progress since February 3, 2022)
HoS Website - (In progress since January 9, 2024)
SQLGenix - (PHP library ready to use now)
## My video games 🎮
Heroes of Songs : J.V - (Current version: v0.3.0)
Mysterious Bot: Reinitialized - (Work in progress, but paused)
Relics of Sokal: The Divine Call - (Work in progress)
# To contact me 📧
# Let's code !
```ts
// Language : TypeScript
const nom :string = "Tom";
const pseudo :string = "Inkflow";
var age :number = 22;
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"],
["2025 - 2028",
"Mastère Développeur Fullstack",
"Ynov Campus Lille"]
];
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) 2025 - Made with love
Inkflow