Scoresheet is designed and maintained by Nathan Blaylock. It's primary purpose was primarily to learn Svelte/SvelteKit and Tailwind while creating an app that would actually be used by friends and family.
The purpose of this app is to do the math for each scoring round during a card game. It is designed to be as general purpose as possible. The app is designed for mobile devices and can be "installed" by creating a shortcut on your device home screen.
To open the app, visit https://scoresheet.nathanblaylock.com.
Once you've run npm install
start a development server:
npm run dev
# Use the Network option to view it on your phone
# or start the server and open the app in a new browser tab
npm run dev -- --open
package.json
.npm run build
which will build to the docs
directory.npm run preview
to test the app in production mode.v1.x.x
; x is the next number.v1.x.x
.