Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 498 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 498 Bytes

⭕ 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

📦 Setup

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

💻 Technologies

  • 🔼 Next.js
  • 💨 Tailwind CSS
  • 👁‍🗨 Shadcn UI