You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
789 B
23 lines
789 B
6 years ago
|
# Lorem Ipsum Generator
|
||
|
|
||
|
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
|
||
|
This app should generate passages of lorem ipsum text suitable for use as placeholder copy in web pages, graphics, and more.
|
||
|
|
||
|
## User Stories
|
||
|
|
||
|
- [ ] User can type into an input field the number of paragraphs of lorem ipsum to be generated
|
||
|
- [ ] Use can see the generated paragraphs of lorem ipsum and is able to copy them
|
||
|
|
||
|
## Bonus features
|
||
|
|
||
|
- [ ] User can select the units which will be generated: **words**, **sentences** or **paragraphs**
|
||
|
|
||
|
## Useful links and resources
|
||
|
|
||
|
- [lorem-ipsum npm package](https://www.npmjs.com/package/lorem-ipsum)
|
||
|
- [lorem-ipsum CDN](https://www.jsdelivr.com/package/npm/lorem-ipsum)
|
||
|
|
||
|
## Example projects
|
||
|
|
||
|
- [Lipsum.com](https://www.lipsum.com/)
|