react-play
react-play copied to clipboard
feat: added simple character counter play
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.
- Ran the project using
npm start. - Navigated to the play URL.
- 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
Deploy request for reactplayio pending review.
Visit the deploys page to approve it
| Name | Link |
|---|---|
| Latest commit | dff1f0b4be8e616cd77152a45f49321b6c2612d4 |