Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/real-devance/word-counter-react
A simple and intuitive word counting app built with React. Analyze your text by counting words, characters, and more in real-time.
https://github.com/real-devance/word-counter-react
Last synced: about 1 month ago
JSON representation
A simple and intuitive word counting app built with React. Analyze your text by counting words, characters, and more in real-time.
- Host: GitHub
- URL: https://github.com/real-devance/word-counter-react
- Owner: real-devance
- Created: 2024-08-09T13:14:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T15:33:55.000Z (2 months ago)
- Last Synced: 2024-11-23T16:29:38.119Z (2 months ago)
- Language: TypeScript
- Homepage: https://word-counter-0001.netlify.app/
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Word Counter 📊
A simple and intuitive word counting app built with React. Analyze your text by counting words, characters, and more in real-time.**[Live Demo](https://word-counter-0001.netlify.app/)**
## Features
- **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## 🛠️ Implementation Details
- **Real-Time Count**: Updates the word and character counts instantly as the user types.## 🚀 Get It Running
```bash
# 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
```
## 🧰 Tech Stack
- ⚛️ React
- 🟦 TypeScript
- 🪝 Custom Hooks
- 🎨SCSS
- ⚡ Vite