GoShip
How It WorksChallengesPricingEmployers
Sign InGet Started
0developers
0companies
0assessments scored
How It Works
|Pricing
|Challenges
|Employers
|Privacy
|Terms
GoShip© 2026
Get updates
Twitter·GitHub
Systems nominal
BUILDMID

Build a Markdown Notes App

60 minutes
0 completed
reacttypescriptmarkdownfrontend

Description

Build a Markdown Notes App

Build a note-taking application with live markdown preview.

Requirements

  • Create, edit, and delete notes
  • Each note has a title and markdown body
  • Split-pane editor: raw markdown on the left, rendered preview on the right
  • Notes list/sidebar for navigation between notes
  • Search notes by title and content
  • Persist notes to localStorage
  • Auto-save while typing (debounced)
  • Markdown Support

    At minimum support: headings, bold, italic, code blocks, links, lists, and blockquotes.

    Bonus Points

  • Export notes as .md files
  • Keyboard shortcuts (Cmd+S to save, Cmd+N for new note)
  • Note categories or tags
  • You will be guided through MCP setup before the timer starts