Web user interface for swap messenger
Current application allows you all basic functions for swap messenger server
- Sign In and Sign Up
- 2 languages (Russian, English)
- Change nickname (not username)
- Create chats
- Invite people to the chat
- Block people in the your chat
- Leave chats
- Instant Messaging
- Upload docs
- Image preview
- Audio recording
- Listen audio records
Swap-UI requires Node.js to run.
Install all deps and start the dev server.
git clone https://github.com/alxarno/swap-ui
cd swap-ui
npm i
./dev.sh
For working with server API, you also need start swap server and change server address in index.ts
Build available by webpack
You can execute build.sh to build
./build.sh
Resulte will appear in dist
folder
GPL-3.0