rockingrohit9639 / TextAnalyzer

This is a simple text analyzer where you can perform some operations like capitalize, lower, upper, and remove punctuation. This project is a part of Cross Winter of Code.
https://textanalyzerapp.herokuapp.com/
MIT License
10 stars 25 forks source link

Add default text #112

Closed Akash20x closed 3 years ago

Akash20x commented 3 years ago

💥 Proposal

The idea is to add a default text button in which when a user select a radio button then on pressing this button, it gives default text for that feature. Also a clear button to clear the text in text area. (Both for analysis and generate page)

Example : User press the remove punctuation radio button

then default text button gives a random text to check this feature. Like =text!!analysis

It will show this text on text area.

Have you read the Contributing Guidelines on Pull Requests ?

Yes

Akash20x commented 3 years ago

I want to solve this issue when you accept this issue

rockingrohit9639 commented 3 years ago

💥 Proposal

The idea is to add a default text button in which when a user select a radio button then on pressing this button, it gives default text for that feature. Also a clear button to clear the text in text area. (Both for analysis and generate page)

Example : User press the remove punctuation radio button

then default text button gives a random text to check this feature. Like =text!!analysis

It will show this text on text area.

Have you read the Contributing Guidelines on Pull Requests ?

Yes

Ok @Akash20x. I got it. You can work on it.

You are given 6 days to complete it.

Akash20x commented 3 years ago

Please add necessary labels to this issue

rockingrohit9639 commented 3 years ago

Will you add both clear and default text?

Akash20x commented 3 years ago

Will you add both clear and default text?

Yes

rockingrohit9639 commented 3 years ago

Ok.

Akash20x commented 3 years ago

Please check my pull request