This is an implementation of the famous Tip-Tap-Toe game made using Next.js, React and TypeScript.
Deployed version: https://tic-tac-toe-robin-tails-projects.vercel.app/
- Clone the repo;
- Run
pnpm i
; - Run
pnpm dev
;- It will open http://localhost:3000 with your browser;
- Refresh the page.