This is a simple notes app I made for practice with HTML/CSS/JS. Currently, notes are stored on the browser's storage, but it is made in a way that would make switching it over to storing the notes on a server trivial.
- Markdown support for notes, courtesy of showdown.js
- Searching of notes by title. Search results update as you type.
- Favourite notes to have them appear first
- Fully responsive
Everything in this project is under the MIT License (Which you can find here), unless otherwise stated in the attributions section.
- Icons used in this app are prvided by Font Awesome, and are licensed under the CC BY 4.0 license.