react-play icon indicating copy to clipboard operation
react-play copied to clipboard

feat: added simple character counter play

Open prateekmtri opened this issue 1 week ago • 1 comments

Description

I have added a new play called "Simple Character Counter". This is a simple tool built using React Hooks (useState) that counts the number of characters and words typed by the user in real-time.

Type of change

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] This change requires a documentation update

How Has This Been Tested?

I have tested this play locally on my machine.

  1. Ran the project using npm start.
  2. Navigated to the play URL.
  3. Verified that the character and word count updates instantly as I type in the input area.

Checklist:

  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] I have added tests that prove my fix is effective or that my feature works
  • [x] New and existing unit tests pass locally with my changes

prateekmtri avatar Dec 18 '25 12:12 prateekmtri

Deploy request for reactplayio pending review.

Visit the deploys page to approve it

Name Link
Latest commit dff1f0b4be8e616cd77152a45f49321b6c2612d4

netlify[bot] avatar Dec 18 '25 12:12 netlify[bot]