https://github.com/vvek1402/tic-tac-toe
Multiplayer Tic Tac Toe Using Next Js
https://github.com/vvek1402/tic-tac-toe
nextjs nodejs shadcn-ui socket-io
Last synced: 2 months ago
JSON representation
Multiplayer Tic Tac Toe Using Next Js
- Host: GitHub
- URL: https://github.com/vvek1402/tic-tac-toe
- Owner: vvek1402
- Created: 2024-03-16T18:49:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T11:25:27.000Z (over 2 years ago)
- Last Synced: 2025-04-05T14:17:03.957Z (about 1 year ago)
- Topics: nextjs, nodejs, shadcn-ui, socket-io
- Language: TypeScript
- Homepage:
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a Multiplayer Tic Tac Toe With Next Js.
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
