diff --git a/Projects/1-Beginner/Lorem-Ipsum-Generator.md b/Projects/1-Beginner/Lorem-Ipsum-Generator.md index f2c5e1ec..7241cbf5 100644 --- a/Projects/1-Beginner/Lorem-Ipsum-Generator.md +++ b/Projects/1-Beginner/Lorem-Ipsum-Generator.md @@ -8,7 +8,7 @@ This app should generate passages of lorem ipsum text suitable for use as placeh ## 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 +- [ ] User can see the generated paragraphs of lorem ipsum and is able to copy them ## Trello Board @@ -18,7 +18,12 @@ You can track your progress by cloning this [Trello Board](https://trello.com/b/ - [lorem-ipsum npm package](https://www.npmjs.com/package/lorem-ipsum) - [lorem-ipsum CDN](https://www.jsdelivr.com/package/npm/lorem-ipsum) +- [Grey's Anatomy Lorem Ipsum Generator Tutorial](https://www.aboutmonica.com/blog/greys-anatomy-lorem-ipsum-generator) +- [Creating a Lorem Ipsum Generator with Node and Express](https://medium.com/hackernoon/creating-a-lorem-ipsum-generator-with-node-and-express-9e1af0b31c86) ## Example projects - [Lipsum.com](https://www.lipsum.com/) +- [Pirate Ipsum](https://pirateipsum.me/) +- [Hipster Ipsum](https://hipsum.co/) +- [Grey's Anatomy Lorem Ipsum Generator](https://greysanatomyloremipsum.netlify.app/)