Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jay-karia/ultra-tic

⭕ Ultra Tic Tac Toe
https://github.com/jay-karia/ultra-tic

nextjs shadcn-ui tailwindcss

Last synced: 1 day ago
JSON representation

⭕ Ultra Tic Tac Toe

Awesome Lists containing this project

README

        

# ⭕ Ultra Tic Tac Toe

Achieve a three-in-a-row victory across multiple nested 3x3 grids within a larger board.

### 🎥 Demo
View the demo [here](/public/ultra%20tic%20demo.mp4)

### 📦 Setup
- Clone the repo
```sh
git clone https://github.com/Jay-Karia/ultra-tic.git
```
- Install Dependencies
```sh
npm install
```
- Start development server
```sh
npm run dev
```
- Build Application
```sh
npm run build
```

### 💻 Technologies
- 🔼 Next.js
- 💨 Tailwind CSS
- 👁‍🗨 Shadcn UI