Skip to content

manan30/svelte-trivia

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

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 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

Questions or Issues

Please open up any issues or discussions in the issues tab.