SnehaChavan2610/Redbus-Clone---React-Project---7u5wzlbaefti — reverse-engineered prompt
Reverse engineered prompt
Build me a simple React app that works as a word and character counter.
I want a big text area where I can type or paste text. Under it, show the total number of words and the total number of characters, updating live as I type. Empty spaces should not count as words. Please use a div with id word-counter for the word count and a div with id char-counter for the character count, since this may be checked automatically.
Add a number input with id char-limit-input that controls the maximum number of characters allowed in the text area. The default limit should be 50. Also add a slider with id fontSize-input that changes the text area font size. It should start at 16px, have a minimum of 16px, and go up to 32px.
Make the page clean and easy to use, with sensible styling. Look up current docs online if needed.
Want more depth? Deep Reverse