mirror of
https://github.com/thecyberlearn/victor-dashboard.git
synced 2026-08-18 06:53:04 +00:00
first
This commit is contained in:
commit
71e8ca27bf
34
README.md
Normal file
34
README.md
Normal 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
1321
index.html
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user