Recursive Partitionar
Recursive Partitionar is an interactive visualization tool demonstrating recursive partitioning in a dynamic and intuitive way.
ReactJS
Redux Toolkit
JavaScript
TailwindCSS
Features
- Displays two buttons with random background colors to split the screen either horizontally or vertically.
- Each split partition includes the same two buttons for further splitting and an additional button for removal.
- Partitions are fully resizable for a customizable layout experience.
What I did?
- Designed and implemented the partitioning algorithm.
- Optimized rendering for smooth animations.
- Developed a user-friendly interface with TailwindCSS.