Yann-GitHub / Notes-App

Simple notes app built with Vanilla JavaScript and marked.js library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes App

Description

Simple notes app built with Vanilla JavaScript and marked.js.
Uses localStorage to save notes and to retrieve them when the page is refreshed.

Features

  • Add notes
  • Delete notes
  • Edit notes
  • Save notes to localStorage
  • Retrieve notes from localStorage
  • Markdown support

Library

marked.js A low-level markdown compiler for parsing markdown without caching or blocking for long periods of time.

About

Simple notes app built with Vanilla JavaScript and marked.js library.

License:MIT License


Languages

Language:CSS 37.1%Language:JavaScript 35.9%Language:HTML 27.0%