Skip to content

AlwinJun/notesTOmarkdown-preview

Repository files navigation

Markdown notes previewer

This is a project at scrimba.The initial codebase are already given but theres are still features that needs to be added

This app currently lets you:

  • Create notes.
  • Update notes content.
  • Preview your notes into markdown.
  • Sync notes with local storage.
  • Use the firstline of the content as a note title.
  • Display note list base on recent edits.
  • Delete notes
  • Sync notes with firebase/firesotre
  • check TODOS.md for other features to be added.

Get Started

Install dependencies

npm install

Run in you local machine

npm run dev

Build and test live site

npm run build && npm run preview

Note: Any changes must be done at src/ folder do not touch the created dist/ folder

License

Read MIT License for more info.