Experiment with tauri passing data from rust to javascript, by creating a chess app where all of the logic is done in Rust and just the frontend is done in TypeScript React.
Check prerequisites:
git clone https://github.com/jamessizeland/tauri-chess.git
cd tauri-chess
bun install
bun run tauri dev
Set up to run on Android too.
bun run tauri android dev