This React web page provides real-time text manipulation features, allowing users to convert sentences to lower case and upper case, as well as calculate the number of words and characters.
-
Real-Time Text Conversion:
- Convert text to lower case.
- Convert text to upper case.
-
Real-Time Text Analysis:
- Calculate the number of words in the input sentence.
- Calculate the number of characters in the input sentence.
- React: A JavaScript library for building user interfaces.
- HTML and CSS: For structuring and styling the web page.
- Clone the repository:
git clone https://github.com/your-username/your-repo.git