From 2718864b5cd34c6fe8d02b1d36596e2f95c48bd8 Mon Sep 17 00:00:00 2001 From: "Felix Hartmann (PEA3-Fe-FI)" Date: Fri, 24 Sep 2021 10:04:56 +0200 Subject: [PATCH] add README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff3ce51 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Polychat +![Logo](/PolyChat/Assets/polychat_logo.svg "Logo") +serverless chat app written in c# using [`SocketIOSharp`](https://github.com/uhm0311/SocketIOSharp) & `UWP` + +### Features: +- chat is not dependent on server, every client can be a server +- chatpartner discovery over ip address +- set username to be shown to chatpartners +- save chat history to local disk (encrypted) +- dark mode ;) + +### Implentation: +- network connection via the library [`SocketIOSharp`](https://github.com/uhm0311/SocketIOSharp) +- graphical user interface uses `UWP` (Universal Windows App) +- messages are sent via json +- chat history gets saved as json after encryption + +### Screenshots: +![light mode](/screenshots/polychat_light.PNG "light mode") +![dark mode](/screenshots/polychat_light.PNG "dark mode")