Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hammadryaz/wonrd__counter
Words Counter Application - React Welcome to my first React app!! .. This is a simple Words Counter application that counts the number of words and characters you enter into a text box. It's designed to be lightweight, user-friendly, and built entirely with React.
https://github.com/hammadryaz/wonrd__counter
Last synced: 7 days ago
JSON representation
Words Counter Application - React Welcome to my first React app!! .. This is a simple Words Counter application that counts the number of words and characters you enter into a text box. It's designed to be lightweight, user-friendly, and built entirely with React.
- Host: GitHub
- URL: https://github.com/hammadryaz/wonrd__counter
- Owner: HammadRyaz
- Created: 2024-12-10T07:42:16.000Z (about 1 month ago)
- Default Branch: gh-pages
- Last Pushed: 2024-12-16T11:14:14.000Z (about 1 month ago)
- Last Synced: 2024-12-16T12:23:38.654Z (about 1 month ago)
- Language: HTML
- Homepage: https://hammadryaz.github.io/wonrd__counter/
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![React JS](https://logos-download.com/wp-content/uploads/2016/09/React_logo_wordmark.png "React JS")
Words Counter Application - React
Welcome to my first React app! This is a simple **Words Counter** application that counts the number of words and characters you enter into a text box. It's designed to be lightweight, user-friendly, and built entirely with React.
## Features
- Count the number of words typed in the input box.
- Count the total number of characters (excluding spaces).
- Real-time word and character count as you type.## Live Demo
You can try out the live version of the app by visiting the following link:
[Words Counter App](https://hammad-riaz-dev.github.io/reactapp/)**Clone the repository**
Open your terminal and run the following command to clone this repository:
```bash
git clone https://github.com/hammad-riaz-dev/reactapp.git
```