Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 703 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 703 Bytes

Notes-app

  1. 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 • Markdown Guide • Marked — A markdown parser Example projects Markdown Notes built with Angular on Codepen Markdown Notes built with React Markdown Notes built with Angular 7 and bootstrap 4