mirror of
https://github.com/thecyberlearn/victor-dashboard.git
synced 2026-08-18 10:13:05 +00:00
35 lines
968 B
Markdown
35 lines
968 B
Markdown
# 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.
|