Skip to content

HarDexTech/smartTextAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Smart Text Analyzer

A simple and elegant web-based text analysis tool that provides real-time statistics and word search functionality for any text input.

Features

  • 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)

Project Structure

smartTextAnalyzer/
├── index.html      # Main HTML structure
├── script.js       # JavaScript functionality with text analysis functions
├── style.css       # Styling and responsive design
└── README.md       # Project documentation

How to Use

  1. Open index.html in your web browser
  2. Enter or paste your text into the textarea
  3. 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
  4. Results will be displayed in the Output section

Technologies Used

  • HTML5: Structure and layout
  • CSS3: Styling with custom CSS variables and Google Fonts
  • JavaScript (ES6): Text analysis logic and DOM manipulation

Styling Features

  • Dark theme with modern design
  • Responsive layout using Flexbox
  • Custom font family (Bitcount Grid Single)
  • Smooth transitions and hover effects
  • Clean, user-friendly interface

Browser Compatibility

Works on all modern browsers that support ES6 JavaScript:

  • Chrome/Edge
  • Firefox
  • Safari
  • Opera

Author

HarDexTech

Created as a simple text analysis utility tool.

Releases

No releases published

Packages

 
 
 

Contributors