Browse Source

README.md update

Yann Weber 2 years ago
parent
commit
ee7461d50d
1 changed files with 16 additions and 0 deletions
  1. 16
    0
      README.md

+ 16
- 0
README.md View File

@@ -1,5 +1,21 @@
1 1
 # Clock websocket React/TS UI
2 2
 
3
+Web interface for websocket clock server writter in typescript/react.
4
+
5
+Display a clock with possibility of changing timezone and adding alarms
6
+producing notifications using the JS Notifications API.
7
+
8
+Example deployment [here](https://yannweb.net/wsclock/).
9
+
10
+## TODO
11
+
12
+Replace the timezone update text input by two HTML selects, allowing to choose
13
+a continent and a city from selected continent. To implement this feature, the
14
+websocket server should implement a command returning a list of all available
15
+timezones.
16
+
17
+Add some tests, using jest ?
18
+
3 19
 ## Deployment
4 20
 
5 21
 ### Configure & build

Loading…
Cancel
Save