Quizzer is a quiz program designed for desktop, tested primarily on Windows.
- Add: Option to load a
.jsonfile from the device. - Fix: Improve the program's CSS styling.
Before compiling or running the program, ensure you have Rust and Node.js installed.
Verify if the required tools are installed:
node -v
cargo -V- If the commands above return their respective versions, the tools are installed correctly.
Navigate to the project directory and run:
- Install Node.js dependencies:
npm install- Build the Rust backend:
cargo buildTo start the application in development mode:
npm run tauri devIf you want to create a production-ready build:
npm run tauri buildI'm still learning Rust, Tauri, TypeScript, and React, so any corrections or pull requests are welcome as they will support my growth in these technologies!