You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Notes App
|
|
|
|
|
|
|
|
**Tier:** 1-Beginner
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
- [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)
|
|
|
|
- [Markdown Guide](https://www.markdownguide.org/basic-syntax/)
|
|
|
|
- [Marked - A markdown parser](https://github.com/markedjs/marked)
|
|
|
|
|
|
|
|
## Example projects
|
|
|
|
|
|
|
|
- [Markdown Notes built with Angular on Codepen](https://codepen.io/nickmoreton/full/gbyygq)
|
|
|
|
- [Markdown Notes built with React](https://github.com/email2vimalraj/notes-app)
|