This is a simple, web application that allows you to explore two classic fractals: the Mandelbrot Set and the Julia Set.
-
Mandelbrot Set Viewer: Explore the famous Mandelbrot fractal.
-
Julia Set Viewer: Explore a specific Julia Set.
-
Burning Ship Fractal Viewer: View the intresting burning ship fractal.
-
Dynamic Content: The selected fractal viewer is loaded and displayed on the same page.
-
Responsive Design: The layout is designed to work well on both desktop and mobile devices.
-
Open the file: Simply open the
index.htmlfile in any modern web browser. -
Select a Fractal: Click on the "Mandelbrot Set" or "Julia Set" buttons to view the corresponding fractal.
-
HTML5: For the page structure.
-
CSS3: For styling, including the background image and layout.
-
Tailwind CSS: Used for utility-first styling to create the buttons and layout.
-
JavaScript (ES6): To handle the button click events and dynamically load the fractal content.
-
Gemini: Basic bug fixes and help on mental roadblocks faced by me.