Bashamega / WebDevTools

Web Dev Tools is a comprehensive online platform designed to empower web developers with a wide array of code samples and snippets.
https://wdt.adambashaahmednaji.com/
MIT License
41 stars 40 forks source link

Paste bin for Web dev tools #159

Open Bashamega opened 1 month ago

Bashamega commented 1 month ago

Hello:)

A cool idea is to create a paste bin clone, so people can save there data.

Note: It will not store the data instead the date will be translated in bas64 and integrated in the url.

github-actions[bot] commented 1 month ago

Hello! 👋 Thanks for opening this issue. We appreciate your feedback and will look into it as soon as possible. Feel free to add more details if necessary.

Tarunkumarkanakam commented 1 week ago

Hey, I'm interested to contribute in this. Let me know if anyone is working on this.

Bashamega commented 1 week ago

Hey, I'm interested to contribute in this. Let me know if anyone is working on this.

Hello:)

No one is working on this issue currently. I have assigned it to you :)

Tarunkumarkanakam commented 1 week ago

Can you brief out the required functionality?

Bashamega commented 1 week ago

Can you brief out the required functionality?

Sure, the tool will have an interface similar to vs code which you can integrate using the Monaco editor. which the user then can save the file and it will generate a URL and give it to the user. When the user goes to that URL he will preview the file as read-only.