// Projects.json

Work samples organized like a clean technical knowledge base.

This page focuses on clarity: what each project is, what it demonstrates, and why it matters for IT support and technical work.

Business Logic

Supermarket Website with Dynamic Pricing

A retail-focused website that adapts product pricing through business rules, showing practical problem solving beyond static web pages.

JavaScript, HTML, CSS, web logic design

  • Focused on conditional pricing behavior and product management scenarios.
  • Strengthened full-stack thinking, testing habits, and logic design under real-world style constraints.
Programming Depth

Space Fighter Game

A fast-paced C# game project that demonstrates event-driven programming, gameplay systems, and iterative debugging.

C#, MonoGame, collision systems, gameplay loops

  • Implemented movement, enemy behavior, collision handling, and score tracking.
  • Used repeated testing and debugging to improve responsiveness, logic, and game feel.