parent
3f03143f63
commit
0e597c0dec
@ -0,0 +1,22 @@
|
||||
# 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/)
|
Loading…
Reference in new issue