Quick Quiz is a Single Page Application (SPA) that provides quizzes using the the-trivia-api API. It is built with htmx for dynamic interactions, styled with Tailwind CSS for a modern and responsive design, and utilizes Nunjucks as the client-side template engine.
This project serves as a practice ground for working with htmx, a library that allows for creating dynamic web applications with minimal JavaScript.
This project uses CDN links for htmx, Tailwind CSS, and Nunjucks. There are no additional dependencies to install.
Contributions are welcome! If you find a bug or have an enhancement in mind, please open an issue or submit a pull request.
the-trivia-api for providing the free API for quizzes. htmx for enabling seamless client-server communication. Tailwind CSS for the responsive and utility-first styling. Nunjucks for the client-side templating.