Param302 / SocialRepo

Social Repo - Your Social Handles Repository in a chrome extension.
Apache License 2.0
39 stars 35 forks source link

[FEATURE] Random Text Generator #43

Closed Param302 closed 1 month ago

Param302 commented 1 month ago

Random Text Generator

Overview

Create a random text generator which generates text for input's placeholder in edit panel.

image

placeholderTexts = [
    "Paste your Social Handle here",
    "https://social.media/your_username",
    "Ctrl + V your social media profile",
    ...
];

Requirement

Additional

Be creative! Add more placeholder texts to display on input element of edit panel. You are free to use chatgpt or any other AI tools for texts, but make sure it should be in simple english, no complex words.

If you have any suggestion or idea, you're welcome to share.

Let's implement SocialRepo's placeholder random yet creative text generator! 🙌

akashghadge commented 1 month ago

I will work on this issue.