Live demo here
More app ideas to develop here.
Create and store your notes for a later purpose!
- 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
- User can create and edit a note in Markdown format. On save it will convert Markdown to HTML
- User can see the date when created the note
Example project
yarn install
yarn serve
yarn build
yarn lint