TextAnalyzer is an interactive web tool that allows users to analyze text in real-time. It provides statistics such as the number of characters, words, sentences, and the density of the most used letters. Additional features include character limit customization and a light/dark mode toggle.
You can try the application live on GitHub Pages:
🔗 Text Analizer
- HTML
- CSS
- JavaScript
- Character count (with and without spaces).
- Word and sentence counter.
- Top 5 most used letter density.
- Estimated reading time.
- Customizable character limit.
- Light/Dark mode toggle.
- Fully responsive design.
- Clone the repository:
git clone https://github.com/Bricafio/TextAnalyzer.git
- Open the
index.html
file in your browser.
This project was inspired by a challenge from Frontend Mentor. The current implementation was created from scratch using only the challenge’s visual guidelines as a reference. You can view the original challenge https://www.frontendmentor.io/challenges/character-counter-znSgeWs_i6.