/**
* projects.ts
* featured work & side projects
*/
 
 
export const arch_wizard = {
name : "Arch Wizard" ,
description : "Arch Wizard 🧙‍♂️ is a platform built for everyone involved in lifetime of a software. Provides a simple recommendation system for architecture patterns based on system requirements and allows for markdown documentation so you can either showcase your idea by publishing it or use it as an architecture design prototype or even just a blog post." ,
tech : [ "React" , "Firebase" , "Architecture" ],
url : "https://www.arch-wizard.app/" ,
}
 
export const odds_roll_call = {
name : "Odds Roll Call" ,
description : "Odds Roll Call (ORC) is a tool for managing combat encounters for Dungeons & Dragons. It features character creation, importing owned character from D&D Beyond, initiative tracker and calculator, interactive customizable map. Initiative tracker and interactive map are seamlessly integrated and work in realtime. ORC is a serverless Angular app, powered by Firebase features." ,
tech : [ "Angular" , "Firebase" , "D&D" , "Realtime" ],
url : "https://rollcall-1565034941632.web.app/" ,
}
 
 
const terminal_portfolio = {
name : "Terminal Portfolio" ,
status : "active" ,
description : "This very portfolio — a terminal.shop-inspired portfolio accessible via SSH and the web, powered by Supabase, Go, and Astro." ,
url : "https://srdjan.debic.me"
}
~/projects$
// © 2026 srdjan debić · built with astro + go