mirror of
https://github.com/florinpop17/app-ideas.git
synced 2026-06-03 21:02:20 +08:00
1.1 KiB
1.1 KiB
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
HTMLin another container/box by pressing on a button
Bonus features
- User can see the resulting
HTMLupdated automatically when the markdowntextareais changed - When closing the browser window the markdown formatted text will be stored in
localStorageand 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