Projects

Selected Work

A few personal projects that reflect my interest in frontend architecture, game logic, UI design, and interactive application development across Angular, React, and Python.

React Chess application interface previewCompleted

React Chess App

Interactive browser-based chess experience

A chess application built with React that emphasizes responsive UI, clean component structure, interactive board rendering, and move-driven gameplay. This project highlights frontend composition, state flow, and creating a polished experience for strategy-based interaction. This project was not designed to be used on mobile devices.

ReactJavaScript / TypeScriptComponent DesignInteractive UI
Python Chess game previewCompleted

Python Chess Game

Game logic and rules-based development

A Python-based chess game focused on implementing core game rules, move validation, turn handling, and board logic. This project reflects an interest in problem solving, structured programming, and translating complex game mechanics into maintainable code.

PythonGame LogicRules EngineProblem Solving