A password generator powered by Rust, web-assembly and React.js.
This project is based on an article I wrote that demonstrates how to build this app. Read it here
Clone
git clone https://github.com/collinsmuriuki/wasm_pass.git
Build wasm package
cd wasm
wasm-pack build
cd to app directory and run npm install
cd app
npm install
Run the dev server
npm start
Build for production
npm run build
cargo test -- --show-output
collinsmuriuki
- Github: @collinsmuriuki
This project is MIT/APACHE licensed.