NLP to SQL Dashboard
Built an interactive web dashboard using React (Create React App) that transforms natural language queries into SQL and visualizes the results. Users type in English (e.g., “Show top 10 customers by region”), and the system parses it, generates SQL, executes it on a database, and displays results in tables and charts. Includes components for query input, result rendering, charting, and backend API integration.
Stack
ReactJavaScriptHTML5CSS3SQL