https://github.com/bibhuti9/reactjs-meshoo
https://github.com/bibhuti9/reactjs-meshoo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bibhuti9/reactjs-meshoo
- Owner: bibhuti9
- Created: 2023-06-09T11:33:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T11:48:56.000Z (about 2 years ago)
- Last Synced: 2025-03-22T21:33:57.285Z (7 months ago)
- Language: JavaScript
- Homepage: https://meshoo-eta.vercel.app
- Size: 3.32 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
EX: https://meshoo-eta.vercel.app/
# boilerplate-react-functional-public
In this app we will be making a Word and Character counter app.
First there needs to be atextarea
element which will take the input
from user.Below that element, create 2 divs with id="word-counter" and id="char-counter" respectively.
#word-counter will show the number of words(empty space is not considered a word) and #char-counter will show the number of characters typed.Also make an input with id="char-limit-input" which takes a number which is the limit of characters we can type in.
By default char limit should be 50.And the last input should be a slider input(with id ="fontSize-input") for taking the font size, default and min value should be 16px and max would be 32px.
Apply the fontSize property to the textarea element.
## Deployed link of project
Demo video:-
"# ReactJs-Meshoo"