Alert을 Modal로 대체하면 더 좋을 것 같아요.
그리고 소스를 봤는데,
style을 html에 embed하지 말고 css로 분리 시키면 더 좋은 소스가 될 것 같습니다.
그리고 js에서는 switch 문에 "squareFull"이라는 변수로 "2n-1" 규칙으로 분기를 타는데 (마지막 제외)
이를 object로 변환해서 key:value 형태 혹은 모듈러를이용한 배열의 순환으로 바꾼다면 더 좋을 것 같네요.
https://github.com/xasquatch/xasquatch.github.io/blob/master/js/stacksApp.js
https://github.com/xasquatch/xasquatch.github.io/blob/master/js/onePageApp.js
마지막으로.... Git log를 좀 더 신경 써주시면 더 매력이 느껴질 것 같습니다.
https://www.conventionalcommits.org/en/v1.0.0/