A simple and intuitive word counting app built with React. Analyze your text by counting words, characters, and more in real-time.
- Count Words 📝: Quickly count the number of words in your text.
- Count Characters 🔢: Keep track of the character count as you type.
- Real-Time Analysis ⏱️: See word and character counts update instantly
- Real-Time Count: Updates the word and character counts instantly as the user types.
# clone
git clone https://github.com/real-devance/word-counter-react.git
# navigate to the project directory
cd word-counter-react
# Install dependencies
npm install
# run
npm run dev
- ⚛️ React
- 🟦 TypeScript
- 🪝 Custom Hooks
- 🎨SCSS
- ⚡ Vite