Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/inkflow59/inkflow59
- Owner: Inkflow59
- Created: 2022-08-05T08:30:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T18:09:20.000Z (9 months ago)
- Last Synced: 2024-04-14T00:44:34.839Z (9 months ago)
- Topics: github, readme
- Language: Markdown
- Homepage:
- Size: 3.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
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 đź“Š
# 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 📧
# 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