No description
Find a file
Lucas 94e6b88cbe Initial commit: Web development playground
- Frontend: HTML/CSS/JS demos and test pages
- Backend: Go API with SQLite database
- Features: AJAX calls, items management, random number generation
- Database: SQLite with items table for CRUD operations

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-14 01:38:32 +02:00
.gitignore Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
ajax.html Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
CLAUDE.md Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
echo-test.html Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
go.mod Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
go.sum Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
index.html Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
items.html Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
main.go Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
random.html Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
styles.css Initial commit: Web development playground 2025-06-14 01:38:32 +02:00