Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# CodeViz CodeViz is an interactive **code execution visualizer** built while learning web development. The goal of this project is to show how programs execute step-by-step, including: - Line-by-line execution - Call stack changes - Variable updates - Heap memory visualization - Console output ## Current Progress - HTML structure created - Project initialized with Git - First commit pushed to GitHub ## Planned Features - Code editor - Step-by-step execution controls - Call stack visualization - Variable tracking - Heap memory display ## Tech Stack - HTML - CSS - JavaScript ## Status 🚧 Work in progress — being built while learning. --- Built as a learning project.