Live, single-file visualizer of merge sort recursion frames. No build tools. Uses CDN React + Tailwind + Babel.
Just open index.html
in a browser.
- Create a new public repo (e.g.,
merge-sort-visualizer
). - Add
index.html
to the repo and push tomain
. - In the repo settings → Pages: set Source to
Deploy from a branch
, Branchmain
and Folder/ (root)
. - Wait for the "Your site is live" banner. Your app will be at
https://<your-username>.github.io/<repo>/
.
That's it.