This commit is contained in:
thecyberlearn 2025-06-02 18:48:53 +05:30 committed by GitHub
commit 71e8ca27bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1355 additions and 0 deletions

34
README.md Normal file
View File

@ -0,0 +1,34 @@
# Victor AI Agent Dashboard
This is a modern, responsive AI-powered dashboard for searching, creating, updating, and deleting records across multiple data tables (importer, exporter, gulfood).
## Features
- 🔍 Natural-language search
- 🧠 AI-powered CRUD operations
- ✅ Smart toast notifications
- 💡 Duplicate handling
- 📋 Autocomplete for command suggestions
- 🎨 Clean, mobile-friendly UI with TailwindCSS
## How to Use
1. Open `index.html` in a browser
2. Type a command like:
- `create importer abcTech from India`
- `update exporter helloCorp email info@hello.com`
- `delete gulfood helloFoods`
3. Responses will show as floating toasts.
## Hosting Instructions
To host on GitHub Pages:
1. Create a GitHub repository
2. Upload `index.html`
3. Go to **Settings → Pages** and set source to `main` branch, `/ (root)`
4. Visit: `https://yourusername.github.io/your-repo-name`
---
Built with ❤️ using TailwindCSS + OpenAI + n8n.

1321
index.html Normal file

File diff suppressed because it is too large Load Diff