https://github.com/codenedd/character-limiter
https://github.com/codenedd/character-limiter
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codenedd/character-limiter
- Owner: codenedd
- Created: 2024-06-02T19:48:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-06T14:38:12.000Z (over 1 year ago)
- Last Synced: 2024-06-06T16:04:22.456Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://character-limiter.vercel.app
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Character Limiter and Counter for socialmedia
## Overview
### Users should be able to:
- Limiting the length of the text entered to the limits of popular social media
- Setting a custom character limit for typed text
- Ability to allow character limits to be exceeded
- Ability to check in the editor based on the background what fragment of text exceeds the character limit
- Counter of characters, words, unique words and paragraphs in the text
### Links
- Live Site URL: [Character-Limiter](https://character-limiter.vercel.app/)
## My process
### Built with
- Semantic HTML5 markup
- Mobile-first workflow
- Next.js 14
- React Icons
- Tailwind CSS