Crates.io | quizler |
lib.rs | quizler |
version | 0.1.0-alpha |
source | src |
created_at | 2023-05-01 06:27:59.79629 |
updated_at | 2023-05-22 01:03:37.592139 |
description | Offline quiz game |
homepage | |
repository | https://github.com/jacobtread/Quizler-v2 |
max_upload_size | |
id | 853242 |
size | 345,468 |
Note This project is still in its very early stages of development so its not yet released or functional
This is the improved version of my Quizler app which is intended to be a real time quiz application similar to Kahoot but OpenSource and able to be played offline over LAN.
This version aims to improve upon the downfalls of the previous app (Written in Go) along with providing new features. I aim to make this version more stable and performant using my better understanding of the Rust language.
This new version makes use of Rust for the backend and Svelte for the frontend. The previous version used Go for the backend and VueJS for the frontend.