https://github.com/filiprokita/lorem-ipsum-generator
This program is a Lorem Ipsum generator that allows the user to input the number of sentences they want to generate and then outputs a randomized Lorem Ipsum text. The program is written in HTML, CSS, and JavaScript and can be easily run in a web browser. It also includes validation to prevent the user from generating more than 1000 sentences.
https://github.com/filiprokita/lorem-ipsum-generator
css html ipsum javascript js lorem lorem-ipsum lorem-ipsum-generator loremipsum web-development webapp
Last synced: about 1 month ago
JSON representation
This program is a Lorem Ipsum generator that allows the user to input the number of sentences they want to generate and then outputs a randomized Lorem Ipsum text. The program is written in HTML, CSS, and JavaScript and can be easily run in a web browser. It also includes validation to prevent the user from generating more than 1000 sentences.
- Host: GitHub
- URL: https://github.com/filiprokita/lorem-ipsum-generator
- Owner: FilipRokita
- Created: 2023-05-07T18:14:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T18:50:00.000Z (about 3 years ago)
- Last Synced: 2025-03-24T21:34:01.998Z (about 1 year ago)
- Topics: css, html, ipsum, javascript, js, lorem, lorem-ipsum, lorem-ipsum-generator, loremipsum, web-development, webapp
- Language: JavaScript
- Homepage: https://filiprokita.github.io/Lorem-Ipsum-Generator/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lorem Ipsum Generator
This is a simple Lorem Ipsum generator built with HTML, CSS, and JavaScript. The generator allows the user to input the number of sentences they want to generate and outputs the text to the screen.
## Usage
To use the generator, open Lorem Ipsum Generator in your web browser. Input the desired number of sentences and click the "Generate" button to output the text.
## Limitations
The generator can generate up to 1000 sentences. Any input value greater than 1000 will be automatically set to 1000.