Skip to content

aathmaj/fractal-lab

Repository files navigation

Fractal Lab

This is a simple, web application that allows you to explore two classic fractals: the Mandelbrot Set and the Julia Set.

Features

  • 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.

How to Use

  1. Open the file: Simply open the index.html file in any modern web browser.

  2. Select a Fractal: Click on the "Mandelbrot Set" or "Julia Set" buttons to view the corresponding fractal.

Technologies Used

  • 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.