Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 807 Bytes

File metadata and controls

19 lines (15 loc) · 807 Bytes

AskSQL AI - Frontend

A high-performance React frontend featuring a premium "Midnight Sapphire" glassmorphism aesthetic.

🎨 Design System

  • Midnight Deep: Dark mode by default for high visual comfort.
  • Glassmorphism: 25px blur with subtle white borders.
  • Electric Accents: Vibrant blues and cyans for interactive elements.
  • Typeface: 'Outfit' for titles, 'JetBrains Mono' for code.

🚀 Highlights

  • Schema Explorer: Visual modal to browse existing tables and columns.
  • Table Architect: GUI for creating new tables (supports int, text, float, etc).
  • Result Playground: High-contrast tables and syntax-highlighted SQL view.
  • Centralized API: Typed service layer for all backend communications.

🛠️ Build & Run

  1. npm install
  2. npm run dev