PROBLEM
Game UIs become confusing quickly when state transitions are not handled cleanly. The challenge was to keep turns, win states, and reset behavior easy to understand.
Personal Project
Tic Tac Toe is a small but useful project for demonstrating interaction quality. It focuses on predictable state transitions, instant feedback, and a clean visual board that works well across devices.

PROBLEM
Game UIs become confusing quickly when state transitions are not handled cleanly. The challenge was to keep turns, win states, and reset behavior easy to understand.
SOLUTION
I kept the board state explicit, separated display concerns from game decisions, and built the UI so users always understand whose turn it is and what happened.
OUTCOME
Built a lightweight interactive project that demonstrates React state handling and user feedback patterns.
FEATURES
MY ROLE
TECH STACK