svelte-trivia
svelte-trivia copied to clipboard
A Quiz app completely made using Svelte
Svelte Trivia
I was hearing about Svelte a lot and after listening to this talk I wanted to give it a try too. So I did and it turns out that Svelte is super amazing. I am used to programming with React a lot and some clear differences made me fall in love with Svelte. Svelte Trivia is a rudimentary quiz app made completely using Svelte.
Get started
- Clone the repo using
git clone [email protected]:manan30/svelte-trivia.git - Install dependencies using
npm install - Run the development version using
npm run devand navigate to localhost:5000 - Build the app using
npm run build
Checkout the live demo
Questions or Issues
Please open up any issues or discussions in the issues tab.