Back to projects
Word Counter
A React app for counting words and reviewing basic text metrics.
https://bamacharanchhandogi.github.io/Word-Counter/

Problem
Writers and students often need quick text metrics without opening a heavy editor. A word counter is small, but it requires immediate feedback and clean input handling.
What I Built
Word Counter is a React utility that turns raw input text into useful counts and writing metrics.
Technical Decisions
The project focuses on responsive input updates, simple derived state, and a clear interface for scanning results quickly.
Outcome
The app is a compact practice project for React state, controlled inputs, and utility-style UI.