Skip to content

CharmedSatyr-freeCodeCamp/markdown_previewer

Repository files navigation

Markdown Previewer

"Build a Markdown Previewer" is a requirement for freeCodeCamp Data Visualization Certification: https://www.freecodecamp.com/challenges/build-a-markdown-previewer

Date Completed: February 13, 2017

  1. Objective: Build a CodePen.io app that is functionally similar to this: https://codepen.io/FreeCodeCamp/full/JXrLLE/.
  1. Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.
  1. User Story: I can type GitHub-flavored Markdown into a text area.
  1. User Story: I can see a preview of the output of my markdown that is updated as I type.
  1. Hint: You don't need to interpret Markdown yourself - you can import the Marked library for this: https://cdnjs.com/libraries/marked
  1. Note: If you want to use the React JSX syntax, you need to enable 'Babel' as a preprocessor
  1. Remember to use Read-Search-Ask if you get stuck.
  1. When you are finished, click the "I've completed this challenge" button and include a link to your CodePen.
  1. You can get feedback on your project by sharing it with your friends on Facebook.

About

"Build a Markdown Previewer" is a requirement for freeCodeCamp Data Visualization Certification.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages