A small quiz application for JavaScript questions based on Svelte. The questions have been created by @lydiahallie. Thanks for sharing! š
The website works completely locally. The questions come from the readme linked above and are parsed to readable objects. Optionally you can enable cookies. Then the answered questions are saved locally and you can continue playing another time.
Here is a link to the quiz: https://javascript-questions.vercel.app/ š
Just clone the repository, run npm i
and then start the Svelte dev server with npm run dev
.
This is my first Svelte app. So feel free to give me feedback or contribute :)
Svelte app made by @nclskfm. Questions made by @lydiahallie.
š„³