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

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

Awesome Lists containing this project

README

          

# Hi, I'm 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)

- 💻 **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 2.5
**Clickteam Fusion**
| C
**C**
| C++
**C++**
| C#
**C#**
| HTML
**HTML5**
|
| CSS
**CSS3**
| JavaScript
**JavaScript**
| TypeScript
**TypeScript**
| PHP
**PHP**
| MySQL
**MySQL**
|
| SQLite
**SQLite**
| Java
**Java**
| Python
**Python**
| Ruby
**Ruby**
| Lua
**Lua**
|
| Dart
**Dart**
| Kotlin
**Kotlin**
| Node.js
**Node.js**
| React
**React**
| Next.js
**Next.js**
|
| Symfony
**Symfony**
| Flutter
**Flutter**
| Electron
**Electron**
| PostgreSQL
**PostgreSQL**
| Bootstrap
**Bootstrap**
|
| Django
**Django**
| Django REST
**Django REST**
| Docker
**Docker**
| Godot
**Godot**
| GraphQL
**GraphQL**
|
| JSON
**JSON**
| Laravel
**Laravel**
| NW.js
**NW.js**
| Tailwind CSS
**Tailwind CSS**
| Express.js
**Express.js**
|

Click on the logos for more information!

# What I'm currently listening to 🎶



# My GitHub statistics 📊


Inkflow59's Top Languages

Inkflow59's GitHub Stats

Inkflow59's Streak

# 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 📧


My Discord profile
My email address

# 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