This project aims to provide a password generation UI that complies with EFF diceware principle
It's developped using svelte framework
Note: You'll need to have node installed before running the app
Install the dependencies...
cd diceware-ui
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000
The words list parsing is done here