A simple and interactive Word Analyzer built with React.
It helps you quickly analyze any text for word count, character count & sentence count.
✅ Count words & characters
✅ Detect sentences & paragraphs
✅ Clean, responsive UI
- React (Vite)
- CSS for styling
- Font Awesome for unique font-family
- Regex for text analysis
If you have any feedback, ideas, or suggestions, feel free to:
- An issue on GitHub Issues
- Or connect on LinkedIn
# 1. Clone the repo
git clone https://github.com/<your-username>/<repo-name>.git
# 2. Navigate into the project
cd <repo-name>
# 3. Install dependencies
npm install
# 4. Start the app
npm run dev # (if using Vite)
# OR
npm start # (if using Create React App)