0xmetaschool/ TicTacToeGPT

Build your own TicTacToe game using TicTacToeGPT Template. Free template for developers to customize and build upon.

.vscode
src
app
auth
game
globals.css
layout.tsx
page.module.css
page.tsx
components
lib
files.txt
.eslintrc.json
.gitignore
components.json
LICENSE
next.config.js
package.json
postcss.config.js
README.md
tailwind.config.js
tsconfig.json
srcseparatorappseparatorpage.tsx
1'use client'; 2 3import Navbar from '@/components/layout/Navbar'; 4import LandingPage from '@/components/layout/LandingPage'; 5 6export default function Home() { 7 return ( 8 <div className="min-h-screen flex flex-col"> 9 <Navbar /> 10 <LandingPage /> 11 </div> 12 ); 13}
Downloads

0

Version

1.0.0

License

MIT

Platform

OpenAI GPT-4o

Contributors 1
aveek-goyal
Open in

Last updated 3 months ago

We are a open source platform and encourage community to contribute to these templates!