An interactive web app to explore and understand Java Collection Framework methods — specifically List, Map, and Queue.
This demo simulates Java operations using JavaScript so learners can experiment with them directly in the browser.
- Interactive simulation of List, Map, and Queue methods.
- Clean Bootstrap-based UI with a responsive seafoam green + blue-green theme.
- Separate style.css for easy customization.
- Works seamlessly on desktop, tablet, and mobile.
- Includes favicon/logo support for branding.
- Frontend: HTML5, CSS3, JavaScript (Vanilla)
- Framework: Bootstrap 5
- Design: Custom responsive theme (seafoam green + blue-green)
- Open
index.htmlin any modern browser. - Use the tabs (List / Map / Queue) to switch between demos.
- Enter values and click buttons to simulate Java method behavior.
- Observe results instantly in the output area.
- Replace
logo.pngwith your own logo for a custom tab icon. - Adjust colors or layout in
style.cssto match your brand. - Extend functionality by adding new method demos (e.g.,
Set,Deque).
This project is open for educational use.
You are free to modify and distribute it for learning or teaching purposes.