Classic 3×3 Tic-Tac-Toe reinvented with a modern React stack.
| Layer | Libraries / Tools |
|---|---|
| Framework | React 18 + TypeScript |
| Build Tool | Vite 5 |
| Styling | Tailwind CSS 3 |
| State | Zustand |
| Icons | React-Icons 5 |
| Testing | Vitest + React Testing Library |
| CI / CD | GitHub Actions → Vercel |
# 1. Clone & install
git clone https://github.com/Shantanusongirkar/tic-tac-toe.git
cd tic-tac-toe
npm install
# 2. Run locally
npm run dev # http://localhost:5173
# 3. Build for production
npm run build