https://github.com/akdevv/super-tic-tac-toe
Tired of regular Tic-Tac-Toe? Try the Super Tic-Tac-Toe instead! 🤯
https://github.com/akdevv/super-tic-tac-toe
Last synced: 5 months ago
JSON representation
Tired of regular Tic-Tac-Toe? Try the Super Tic-Tac-Toe instead! 🤯
- Host: GitHub
- URL: https://github.com/akdevv/super-tic-tac-toe
- Owner: akdevv
- Created: 2024-03-09T03:28:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T17:02:42.000Z (over 1 year ago)
- Last Synced: 2025-07-28T02:38:17.979Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Super Tic-Tac-Toe
## Frontend Folder Structure
```
frontend/
├── app/
│ ├── globals.css
│ ├── layout.jsx
│ ├── page.jsx
│ └── game/
│ ├── layout.jsx
│ ├── page.jsx
│ └── [gameId]/
│ └── page.jsx
│
├── components/
│
├── .env.local
├── .gitignore
├── package.json
└── tailwind.config.mjs
```
## To Remember
- for backend deployment: https://www.koyeb.com/
- for frontend deployment: use vercel