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.
- Clone the repo using
git clone git@github.com:manan30/svelte-trivia.git
- Install dependencies using
npm install
- Run the development version using
npm run dev
and navigate to localhost:5000 - Build the app using
npm run build
Checkout the live demo
Please open up any issues or discussions in the issues tab.