Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```