Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timscodebase/stopwatch
https://github.com/timscodebase/stopwatch
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/timscodebase/stopwatch
- Owner: timscodebase
- Created: 2021-05-03T01:35:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T19:05:15.000Z (9 months ago)
- Last Synced: 2024-12-01T00:49:12.527Z (about 1 month 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)
![Svelte 5 Stopwatch (featuring runes)](https://res.cloudinary.com/tithos/image/upload/f_auto,q_auto/v1713292864/02_Stop_Watch_ss00hv.png)
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
```