Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylrpopcorn/stop-watch
Use a virtual stop watch with Svelte.js
https://github.com/tylrpopcorn/stop-watch
bulma bulma-css css html javascript svelte sveltejs
Last synced: 20 days ago
JSON representation
Use a virtual stop watch with Svelte.js
- Host: GitHub
- URL: https://github.com/tylrpopcorn/stop-watch
- Owner: TylrPopcorn
- Created: 2024-10-06T15:01:17.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T23:32:03.000Z (about 2 months ago)
- Last Synced: 2024-12-08T01:07:45.547Z (20 days ago)
- Topics: bulma, bulma-css, css, html, javascript, svelte, sveltejs
- Language: Svelte
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ```Stop-Watch```
```Use a virtual stop watch created with Svelte.js```A simple stop watch application, created using Svelte.js, can be a useful tool for keeping track of time during various tasks or activities. Designed with a clean and intuitive user interface, the project serves as a basic example of how to combine Svelte.js and Bulma CSS to create a meaningful and functional application.
Live: https://stop-watch-jhuw.onrender.com/
-----
## Project Setup
- [ ] Run `npm install` to install your dependencies.
- [ ] Run `npm run build` to build the server.
- [ ] Run `npm run dev` to start the application.![image](https://github.com/user-attachments/assets/3228c2de-90e0-4acc-a221-1e128c779042)
Credit goes to the original/external sources used.https://github.com/user-attachments/assets/dbc281dc-855e-4d32-a7ef-1f9e7e39a370
# Related Projects
- [Svelte Basics](https://github.com/TylrPopcorn/Svelte-Basics) - *The basics of Svelte.js and how to use*
- [The Wheel](https://github.com/TylrPopcorn/The-Wheel) - *A wheel application integrating functional & class based components.*
- [The Polls](https://github.com/TylrPopcorn/The-Polls) - *Vote in different kinds of polls with Svelte.js*
- [Random Word Generator](https://github.com/TylrPopcorn/Random-Word-Generator) - *A simple application that will generate a random word from an external API.*
- [Projects List](https://github.com/TylrPopcorn/Projects-List) - *Explore other projects I have worked on*