Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T11:25:27.000Z (10 months ago)
- Last Synced: 2024-03-19T19:08:49.719Z (10 months ago)
- Topics: nextjs, nodejs, shadcn-ui, socket-io
- Language: TypeScript
- Homepage:
- Size: 190 KB
- Stars: 1
- 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.
![image](https://github.com/vvek1402/tic-tac-toe/assets/61880066/9907ce4a-1b2b-4f14-a87f-a344eda26024)