Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.06 KB

Markdown-Previewer.md

File metadata and controls

27 lines (17 loc) · 1.06 KB

Markdown Previewer

Tier: 2-Intermediate

Convert Github flavored markdown into HTML code.

User Stories

  • User can enter Github flavored markdown into a textarea
  • User can see the resulting HTML in another container/box by pressing on a button

Bonus features

  • 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

Example projects