ClassQuiz is a quiz-application like Kahoot!, but open-source.
ClassQuiz is an open-source quiz app designed for interactive learning among students. It allows teachers to create quizzes and enables students to compete with their knowledge remotely. The app is aimed at educational purposes and offers a hosted version at classquiz.de. It is built with FastAPI and SvelteKit as the backend and frontend frameworks respectively. The repository is licensed under the Mozilla Public License 2.0, which requires any changes made to be published.
Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.