Lorem Ipsum Generator
Lorem Ipsum Generator
Difficulty :beginner
Lorem Ipsum is simply dummy text of the printing and typesetting industry. This app generates passages of lorem ipsum text suitable for use as placeholder copy in web pages, graphics, and more.
This is a great project for beginners to learn about text manipulation, user input handling, and creating useful developer tools.
User Stories:
- User can type into an input field the number of paragraphs of lorem ipsum to be generated
- User can see the generated paragraphs of lorem ipsum and is able to copy them
- User can specify the number of words per paragraph
- User can choose between different types of placeholder text
Bonus Features:
- User can choose different lorem ipsum variations (lorem ipsum, hipster ipsum, bacon ipsum, etc.)
- User can generate text in different formats (paragraphs, sentences, words)
- User can control the length of sentences and paragraphs
- User can add HTML tags to the generated text
- User can save frequently used configurations
- User can export text in different formats (plain text, HTML, markdown)
What you'll learn:
- String manipulation and generation
- User input validation
- Clipboard API
- Text formatting
- Random text generation algorithms
- Creating utility tools for developers
Example of implementations to inspire from :
Share the word :