← BACK TO PROJECTS

Flexi-Test #02

OVERVIEW

Flexi-Test is a browser-based playground for testing and experimenting with UI components. It provides a sandbox environment where you can write HTML, CSS, and JavaScript in real-time and see the results instantly. Perfect for prototyping component ideas or testing responsive layouts.

BUILT WITH

cssjavascripthtml

LINKS

WHAT I LEARNED

This project deepened my understanding of CSS Flexbox and Grid layouts. I learned about creating live preview environments, sandboxed iframes for security, and how to build a responsive design testing tool. Managing state between the editor and preview panels was an interesting challenge.