[FEATURE] Random Text Generator
Closed this issue · 1 comments
Param302 commented
Random Text Generator
Overview
Create a random text generator which generates text for input's placeholder in edit panel.
placeholderTexts = [
"Paste your Social Handle here",
"https://social.media/your_username",
"Ctrl + V your social media profile",
...
];
Requirement
- Create a JavaScript function
randomTextGenerator()
, which usesplaceholderTexts
array and randomly returns any of the array item for place holder text. - Add the
placeholderTexts
inindex.js
file. - Add some more attractive placeholder texts in
placeHolderTexts
array to make it more random. - Write the functionality in
index.js
. - Must follow the Code Guidelines provided.
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
I will work on this issue.