Array Visualizer is an interactive React-based application designed to take user input in the form of a 2D array and generate a dynamic visual representation of the array. The tool enables users to better understand and analyze data structures through intuitive visual feedback.
Stars
17
Forks
0
Watchers
17
Open Issues
0
Overall repository health assessment
^2.1.116.1.119.2.319.2.3^3.4.0^4^916.1.1^411
commits
feat: add 2D array presets and refactor input parsing to support boolean values.
29a9069View on GitHubrefactor: overhaul 2D Array Visualizer UI and update package name.
5471ab8View on GitHubfeat: Migrate project from React/Vite to Next.js App Router.
6916dceView on GitHubfeat: Implement theme toggle functionality with dark mode support.
83bf365View on GitHubfeat: introduce new visualization pages for various data structures and algorithms, and refactor application routing.
327d687View on GitHubAdd JSDoc comments to Home component and update index.html metadata
0f90cabView on GitHubInitial setup for React project with Vite, Tailwind CSS, and ESLint
6496fdfView on GitHub