A JavaScript implementation of the Fisher-Yates Shuffle algorithm.
- Spin up a server and play around with the code!
- GSAP
- Google Fonts
- HTML5, CSS3, and JavaScript
- Use HTTPS(below), SSH, or GitHub CLI to clone this repo.
$ git clone https://github.com/ommiles/fisher-yates-shuffle.git
$ cd ../path/to/the/file
- Use a text editor extension like Live Server or install http-server to set up a server (below).
Install http-server globally via npm:
$ npm install --global http-server
Install http-server globally via Homebrew:
$ brew install http-server
Install http-server running on demand:
$ npx http-server
- Start the server:
$ http-server
Design inspired by this fun CodePen.
If you'd like to reach out with feedback, please let me know!