Build a Markdown Notes App
Build a note-taking application with live markdown preview.
Requirements
Create, edit, and delete notesEach note has a title and markdown bodySplit-pane editor: raw markdown on the left, rendered preview on the rightNotes list/sidebar for navigation between notesSearch notes by title and contentPersist notes to localStorageAuto-save while typing (debounced)Markdown Support
At minimum support: headings, bold, italic, code blocks, links, lists, and blockquotes.
Bonus Points
Export notes as .md filesKeyboard shortcuts (Cmd+S to save, Cmd+N for new note)Note categories or tags