From 631f7d563fdb6c6e6ec9c96e5f825f27999bc27a Mon Sep 17 00:00:00 2001 From: Florin Pop Date: Tue, 12 Mar 2019 18:20:10 +0200 Subject: [PATCH] added Trello Board to Notes App --- Projects/Notes-App.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Projects/Notes-App.md b/Projects/Notes-App.md index 66512927..85824cae 100644 --- a/Projects/Notes-App.md +++ b/Projects/Notes-App.md @@ -14,6 +14,10 @@ Create and store your notes for later purpose! - [ ] User can create and edit a note in Markdown format. On save it will convert Markdown to HTML - [ ] User can see the date when he created the note +## Trello Board + +You can track your progress by cloning this [Trello Board](https://trello.com/b/qvmDjoP3/notes-app) + ## Useful links and resources - [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)