oliver4701 / gpt-pilot-demo-markdown-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:HTML 67.8%Language:CSS 17.5%Language:JavaScript 14.7%