An open API service indexing awesome lists of open source software.

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! 🤯

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