A C# Tool for the game Escape From Tarkov
EZcape is a C# tool designed to help Escape from Tarkov players keep track of their ongoing tasks, and progress efficiently. It has a light and dark theme for a better UX.
I created this tool to learn more about C# developement and about API’s and how to use them. This app is using tarkov.dev’s API for quests informations and rewards.
I have learned, while creating this app, about versioning and how to prompt the user to update his app to the newest realease version.
To do this, I created a gist (a way to share code snippets, notes, and other small pieces of information). The app will read on launch the gist, this will give the app the current version.
This project is directly linked to the French N&T NP.
Critical Learning Outcomes 33.04 : Deploy and maintain an IT (software) solution.
Through this learning outcome, I gained practical experience in:
Deploying a system
Version control (GitHub & Gists)
Maintaining and updating software
Security hardening and update management