V12 is a real-time JavaScript editor that intelligently analyzes your code and auto-generates corresponding flowcharts to visualize logic, structure, and execution paths. Designed for learners, educators, and developers to better understand, debug, and communicate JavaScript code logic.
- 🧠 Real-time parsing of JavaScript code.
- 📊 Dynamic flowchart generation for function calls, loops, conditions, etc.
- 🎯 Syntax highlighting and live editing.
- 📎 Export flowcharts as images or save session.
- 💻 Clean and responsive UI.
- Frontend: HTML, CSS, JavaScript
- Visualization: D3.js / Flowchart.js / Mermaid.js
- Editor Engine: CodeMirror / Ace Editor
Clone the repository:
git clone https://github.com/Aryan-Shan/V12.git
cd V12
run on localhost