Open brendanator opened 3 weeks ago
@sourcery-ai plan
.gitignore
to ignore files associated with: python
requirements.txt
app.py
templates/index.html
static/css/style.css
static/js/game.js
.gitignore
This plan was automatically generated. Please review the plan carefully and make any necessary adjustments.
@sourcery-ai develop
@sourcery-ai plan Write it as a SPA using react and daisyui
npm create vite@latest . -- --template react-ts
- ✅.gitignore
to ignore files associated with: react
npm install
- ✅npm install daisyui@latest tailwindcss@latest postcss@latest autoprefixer@latest
- ✅src/App.tsx
src/components/Board.tsx
src/components/Square.tsx
src/components/GameStatus.tsx
src/index.css
tailwind.config.js
postcss.config.js
index.html
This plan was automatically generated. Please review the plan carefully and make any necessary adjustments.
@sourcery-ai develop
Create a simple tic tac toe app in Python that someone can play locally in browser