This project is a simple web application built using React that allows users to transform the case of text (convert to lowercase or uppercase) and provides additional information such as word count and reading time estimation.
You can see a live demo of the project https://manzoor231.github.io/TextUtil/.
- Convert text to lowercase or uppercase.
- Calculate and display word count and estimated reading time.
- Light and dark mode for better user experience.
- Navigate through different sections of the website using the navigation bar.
- Node.js (Install it from here)
-
Clone the repository:
git clone https://github.com/manzoor321/TextAna.git
cd text-transformation-tool npm install npm start Open your web browser and go to http://localhost:3000 to use the application.
This project is open for contributions. If you'd like to contribute, please follow these steps:
Fork the repository. Create a new branch for your feature/bugfix. Make your changes and test them. Commit your changes with descriptive commit messages. Push your changes to your fork. Create a pull request explaining the changes you've made. Please refer to our Contribution Guidelines for more details on the contribution process.
This project is licensed under the MIT License.
You can copy and paste this into your README.md
file in your GitHub repository. Just make sure to replace placeholders like your-username
, add the live demo link, and create appropriate additional files like CONTRIBUTING.md
and LICENSE
if needed.