Skip to content

w3dg/mdpreview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MD Preview | Markdown Previewer / Editor

Convert Github flavored markdown into HTML code and preview that right in the browser.

Live at https://mdpreview.vercel.app/

User Stories

  • User can enter Github flavored markdown into a textarea
  • User can see the resulting HTML updated automatically when the markdown textarea is changed
  • When closing the browser window the markdown formatted text will be stored in localStorage and when the User returns, the data will be retrieved and displayed
  • User can click a button and the content of the box is saved to the clipboard

Useful links and resources

Idea from Florin Pop