Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.