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 (2 mins)
git clone https://github.com/Pythagora-io/gpt-pilot-demo-markdown-editor.git
cd gpt-pilot-demo-markdown-editor
npm install
http-server
- Open
localhost:8080
in your browser