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

Create a minimalistic UI client using the chat-e2ee/service SDK #297

Open muke1908 opened 1 year ago

muke1908 commented 1 year ago

Use the SDK @chat-e2ee/service and build a minimalistic UI https://github.com/muke1908/chat-e2ee/tree/master/service

Scope of this task:

EmilioBerumen910 commented 6 months ago

I would like to work on this issue

muke1908 commented 6 months ago

@EmilioBerumen910 Sure, please go ahead.

EmilioBerumen910 commented 6 months ago

@muke1908 Thank you very much for the opportunity to participate in this project. I wanted to share my concept for how the minimalist client UI might appear and would appreciate any feedback before beginning the implementation process. This are some drafts of how I visualize the project UI: 1 2 3

muke1908 commented 6 months ago

Looks great! Some suggestions: 1 - let's keep the primary color (which is orange here) configurable in the code. 2 - It can display the QR code along with the generated link - no separate button needed.

lumariaap15 commented 1 month ago

Hey @muke1908 why is this issue still open? I'd like to contribute on your project! Is this issue a good place to start?

muke1908 commented 1 month ago

@lumariaap15 sure, please go ahead.

Abirami04M commented 4 weeks ago

@muke1908 Is the issue still open? Can I contribute to it?

muke1908 commented 4 weeks ago

@Abirami04M , yes. Just make sure that you create a separate folder for your UI code. It needs to be unique so that it doesn't conflict with others (if any). Probably ./ui-abirami04M/ ?

@lumariaap15 , if you are also making an UI, can you also please make sure that it's in a unique folder like './ui-lumariaap15 ?

Abirami04M commented 4 weeks ago

Ok, just to clarify, can I use React for the UI? and is there any time span within which i should complete the work?

On Thu, Aug 15, 2024 at 12:14 PM Mukesh @.***> wrote:

@Abirami04M https://github.com/Abirami04M , yes. Just make sure that you create a separate folder for your UI code. It needs to be unique so that it doesn't conflict with others (if any). Probably ./ui-abirami04M/ ?

@lumariaap15 https://github.com/lumariaap15 , if you are also making an UI, can you also please make sure that it's in a unique folder like './ui-lumariaap15 ?

— Reply to this email directly, view it on GitHub https://github.com/muke1908/chat-e2ee/issues/297#issuecomment-2290766483, or unsubscribe https://github.com/notifications/unsubscribe-auth/A47IL4VIIZMCYXJ4EFXF3SLZRRE5PAVCNFSM6AAAAAAY64KLU6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJQG43DMNBYGM . You are receiving this because you were mentioned.Message ID: @.***>

muke1908 commented 4 weeks ago

Sure, feel free to use any framework.