Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shoaib-fateh/confine-characters
This project is a simple web page that allows you to enter text with a limit of 180 characters. It provides real-time feedback on the number of characters entered and the remaining characters. If the limit is exceeded, the input will be truncated to 180 characters.
https://github.com/shoaib-fateh/confine-characters
css html javascript
Last synced: about 1 month ago
JSON representation
This project is a simple web page that allows you to enter text with a limit of 180 characters. It provides real-time feedback on the number of characters entered and the remaining characters. If the limit is exceeded, the input will be truncated to 180 characters.
- Host: GitHub
- URL: https://github.com/shoaib-fateh/confine-characters
- Owner: shoaib-fateh
- Created: 2022-10-18T10:15:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T11:03:31.000Z (11 months ago)
- Last Synced: 2024-01-18T13:55:46.116Z (11 months ago)
- Topics: css, html, javascript
- Language: HTML
- Homepage: https://shoaib-fateh.github.io/confine-characters/
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My First JavaScript Exercise
This project is a simple web page that allows you to enter text with a limit of 180 characters. It provides real-time feedback on the number of characters entered and the remaining characters. If the limit is exceeded, the input will be truncated to 180 characters.## Usage
- Enter text in the provided textarea.
- Check the real-time feedback on the number of characters entered and the remaining characters.
- If the limit is exceeded, the input will be automatically truncated to 180 characters.## Features
- Real-time character count feedback.
- Limits the input to 180 characters.
- Simple and easy-to-understand JavaScript code.