A simple project demonstrating a textarea with a 200-character limit.
Built using HTML, CSS, and JavaScript.
- ✅ Live character counter
- ✅ Limit set to 200 characters
- ✅ Alert shows when limit is reached
- ✅ Modern UI design with CSS
textarea-counter/ │── index.html │── style.css │── script.js │── README.md