This is a web based tic tac toe game made with SvelteKite, NestJS, and TailwindCSS. I don't know what database I'm using yet but probably something that works with prisma. I originally planned on using Spring for the backend, hence the name "Tic Tac Spring".
You can play right now by visiting https://ttt.driedsponge.net.
If you want to run it locally:
nestjs
folder and start up the backend by running npm run start:dev
.frontend
folder and run npm run dev
.