GPT Pilot demo: Markdown editor

💬 Prompt

Build a simple markdown editor using HTML, CSS, and JavaScript. Allow users to input markdown text and display the formatted output in real-time.

▶️ Video of the app creation process

GPT Pilot Markdown Editor Demo

Video of the app creation process (2 mins)

🚦 How to run the app

  1. git clone https://github.com/Pythagora-io/gpt-pilot-demo-markdown-editor.git
  2. cd gpt-pilot-demo-markdown-editor
  3. npm install
  4. http-server
  5. Open localhost:8080 in your browser