muke1908 / chat-e2ee

End-to-end encrypted disposable chat sessions, exchange sensitive information with peer safely and securely.
https://chat-e2ee-2.azurewebsites.net/
Apache License 2.0
323 stars 198 forks source link

Add typescrript support to React Client #282

Closed muke1908 closed 1 year ago

muke1908 commented 1 year ago

Client-side code is written in JS, and although react-script support TS by default, some changes are required.

suman313 commented 1 year ago

Hi, @muke1908, I have gone through the project. I can add typescript support to the client side code which is now written in vanilla js. I want to work on this issue.

muke1908 commented 1 year ago

@suman313 Sure, go ahead.