A simple and elegant web-based text analysis tool that provides real-time statistics and word search functionality for any text input.
- Word Count: Calculates the total number of words in the input text
- Character Count: Counts all characters including letters, numbers, spaces, and special characters
- Find Word: Search for a specific word in the text and get the count of how many times it appears (case-insensitive)
smartTextAnalyzer/
├── index.html # Main HTML structure
├── script.js # JavaScript functionality with text analysis functions
├── style.css # Styling and responsive design
└── README.md # Project documentation
- Open
index.htmlin your web browser - Enter or paste your text into the textarea
- Click one of the analysis buttons:
- Word Count: Click to count total words in your text
- Character Count: Click to count total characters
- Find Word: Click to search for a specific word and see how many times it appears
- Results will be displayed in the Output section
- HTML5: Structure and layout
- CSS3: Styling with custom CSS variables and Google Fonts
- JavaScript (ES6): Text analysis logic and DOM manipulation
- Dark theme with modern design
- Responsive layout using Flexbox
- Custom font family (Bitcount Grid Single)
- Smooth transitions and hover effects
- Clean, user-friendly interface
Works on all modern browsers that support ES6 JavaScript:
- Chrome/Edge
- Firefox
- Safari
- Opera
HarDexTech
Created as a simple text analysis utility tool.