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.
- Host: GitHub
- URL: https://github.com/yann-github/notes-app
- Owner: Yann-GitHub
- License: mit
- Created: 2022-08-15T08:18:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T08:23:36.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T20:41:39.993Z (5 months ago)
- Topics: javascript, js, library, marked-js, notes-app
- Language: CSS
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.