Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)