/dice-roller

An accessible dice roller for everyone 🎲

Primary LanguageJavaScript

🎲 dice-roller

An accessible dice roller for everyone. 🎲♥

See it in action here.

Demonstration gif

Features

  • Designed for keyboard support ⌨️
  • Designed for screen reader support 🗣
  • System-level Dark Mode support with prefers-color-scheme: dark
  • System-level Reduced Motion support with prefers-reduced-motion: reduce

Run it Yourself 👾

  1. Fork this repo.
  2. clone your forked repo with git clone <yourRepoUrl>.
  3. Install Node if you haven't already.
  4. cd into the project directory and run npm install.
  5. Run npm run start in your project directory.