https://github.com/timscodebase/stopwatch
https://github.com/timscodebase/stopwatch
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timscodebase/stopwatch
- Owner: timscodebase
- Created: 2021-05-03T01:35:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T19:05:15.000Z (about 2 years ago)
- Last Synced: 2025-03-24T05:17:47.494Z (about 1 year ago)
- Language: JavaScript
- Homepage: stopwatch-inky.vercel.app
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte 5 Stopwatch (featuring runes)

This is just a simple stopwatch app to help me learn the basice of Svelte's new runes features.
See my [YouTube](https://youtu.be/4wiu9GzZyRA) for more.
## Setup
```bash
gh repo clone timscodebase/stopwatch
cd stopwatch
pnpm install
```