An open API service indexing awesome lists of open source software.

https://github.com/yann-github/notes-app

Simple notes app built with Vanilla JavaScript and marked.js library.
https://github.com/yann-github/notes-app

javascript js library marked-js notes-app

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://marked.js.org/)
A low-level markdown compiler for parsing markdown without caching or blocking for long periods of time.