Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jay-karia/ultra-tic
- Owner: Jay-Karia
- Created: 2024-06-25T16:31:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T13:21:34.000Z (4 months ago)
- Last Synced: 2024-07-03T07:22:39.668Z (4 months ago)
- Topics: nextjs, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://ultra-tic.vercel.app/
- Size: 1.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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