Docs: Add Readme
This commit is contained in:
parent
740a20a011
commit
462406cdc8
3 changed files with 25 additions and 0 deletions
BIN
.media/backend.png
Normal file
BIN
.media/backend.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
.media/frontend.png
Normal file
BIN
.media/frontend.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
25
README.md
25
README.md
|
@ -0,0 +1,25 @@
|
||||||
|
<h1 align="center">
|
||||||
|
Synced-timer
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="https://itsblue.dev/dorian/synced-timer/badges/master/pipeline.svg">
|
||||||
|
</p>
|
||||||
|
|
||||||
|
A simple web-based timer which can be synced to multiple devices. It can be managed via a backend and distributed (for example on big monitors) via an unprotected frontend. It is intended to be used for Bouldering competitions, but can also serve other purposes.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
- Set timer by minutes
|
||||||
|
- Set a custom header message (May also include emojis)
|
||||||
|
- Repeat the timer infinitely
|
||||||
|
- Play a beep sound at one minute and a countdown at the last five seconds
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
<table align="center">
|
||||||
|
<tr>
|
||||||
|
<td align="center">
|
||||||
|
</td>
|
||||||
|
<td align="center">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
Loading…
Reference in a new issue