Skip to content

RaulBSantos/my_simple_notebook_vue

Repository files navigation

My Simple Notebook

Live demo here

A print from the app main screen

More app ideas to develop here.

Notes App

Description

Create and store your notes for a 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 created the note

Useful links and resources:

localStorage

Markdown Guide

Marked — A markdown parser

Example project

Codepen example


Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Releases

No releases published

Packages

No packages published