added Notes App

pull/5/head
Florin Pop 6 years ago
parent 7de1162dc3
commit 6b2e40a917

@ -0,0 +1,23 @@
# Notes App
Create and store your notes for later purpose!
## User Stories
- [ ] User can create a note
- [ ] User can edit a note
- [ ] User can delete a note
- [ ] When closing the browser window the notes will be stored and when the User returns, the data will be retrieved
## Bonus features
- [ ] 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
## Useful links and resources
- [Markdown Guide](https://www.markdownguide.org/basic-syntax/)
## Example projects
- [Markdown Notes built with Angular on Codepen](https://codepen.io/nickmoreton/full/gbyygq)

@ -28,6 +28,7 @@ Each project has the following **features**:
| [Book Finder App](./Projects/Book-Finder-App.md) |
| [Kudos Slackbot](./Projects/Kudos-Slackbot.md) |
| [Markdown Table Generator](./Projects/Markdown-Table-Generator.md) |
| [Notes App](./Projects/Notes-App.md) |
| [Pomodoro Clock](./Projects/Pomodoro-Clock.md) |
| [Slack Archiver](./Projects/Slack-Archiver.md) |

Loading…
Cancel
Save