From eb7e7c597091567766f62b1429a0fe286efe18ca Mon Sep 17 00:00:00 2001 From: Florin Pop Date: Tue, 12 Mar 2019 07:58:18 +0200 Subject: [PATCH] added Trello Board to Markdown Previewer --- Projects/Markdown-Previewer.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Projects/Markdown-Previewer.md b/Projects/Markdown-Previewer.md index 8fc7b089..c15bfa80 100644 --- a/Projects/Markdown-Previewer.md +++ b/Projects/Markdown-Previewer.md @@ -13,6 +13,10 @@ Convert Github flavored markdown into HTML code. - [ ] When closing the browser window the markdown formatted text will be stored in `localStorage` and when the User returns, the data will be retrieved and displayed - [ ] User can click a button and the content of the box is saved to the `clipboard` +## Trello Board + +You can track your progress by cloning this [Trello Board](https://trello.com/b/LfE51Ff6/markdown-previewer) + ## Useful links and resources - [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)