GitHub Contribution Tetris is a site where you enter your GitHub username, select a year of activity, and then get a playable generated Tetris game from that activity. It was built with Next.js and TS, while also taking bits and pieces from npm packages:
# install dependencies
yarn
# run locally
yarn dev
Navigate to the repo link: https://github.com/arndom/github-contribution-tetris and click
<>Code
then select codespaces and click+
to create a codespace with the already provided dev-container
Leave a 🌟 if you found this interesting.