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.
git clone [email protected]:manan30/svelte-trivia.git
npm install
npm run dev
and navigate to localhost:5000npm run build
Please open up any issues or discussions in the issues tab.