is a lightweight, user-friendly web tool for analyzing text. Whether you're a writer, a student, or just someone who loves playing around with words, this tool gives you instant insights—like word counts, character counts, and estimated reading time—all in a clean, straightforward interface.
- URL Extraction: Identifies and extracts urls from your text.
- Word Count: Get a detailed count of word occurrences in your text.
- Text Analysis: Analyses different parts (characters, number, punctuations, special characters, whitespaces, line breaks, url, etc.) of your
Check out the live demo of TextAnalyser: TextAnalyser Demo
To install and run TextAnalyser locally, follow these steps:
-
Clone the repository:
git clone https://github.com/abindent/textanalyser.git cd textanalyser -
Install dependencies:
npm install
-
Run the application:
npm run build npm start
To use TextAnalyser, simply input your text in the provided text area and select the desired analysis options. The results will be displayed in real-time.
We welcome contributions to TextAnalyser! To contribute, please follow these steps:
- Fork the repository
- Create a new branch
git checkout -b feature/your-feature-name
- Make your changes and commit them
git commit -m "Add your message" - Push to the branch
git push origin feature/your-feature-name
- Create a pull request
This project is licensed under the MIT License. See the LICENSE file for more details.
For any questions or feedback, please reach out to us at onotes@techie.com.
Thank you for using TextAnalyser! We hope it helps you gain valuable insights from your text data.