Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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