Tarkov-Manager
- Back-end
- PHP
- MySQL
- JavaScript
- jQuery
- Bootstrap
- Discord OAuth2
This Tarkov-themed tracker loads the official item/quest/Hideout datasets, resolves internal item IDs to names, and computes a consolidated “shopping list” across all objectives.
Items are clickable for wiki context; a modal breaks down where each requirement comes from (which quests, which Hideout modules, and how many). With Discord login, your completions are stored in a database so the app hides already-done quests, advances or downgrades Hideout station levels, and keeps your checklist accurate between sessions.
It includes fast text filtering, alphabetical/quantity sorting, quest grouping by trader, and a simple progress UI for toggling quest completion.
What’s under the hood (concise)
-
Data: live quest and item data from the game; wiki links auto-generated.
-
State & persistence: Discord-linked accounts, completed_quest, completed_hideout; progress updates via small PHP endpoints.
-
UI: search-as-you-type, tabbed views (Quests / Hideout), modal with per-item breakdown, sortable table.