DEV Community

Alim Mohammad
Alim Mohammad

Posted on

Freecodecamp Markdown

In this project, I used codepen to avoid the setup and it was mandatory by freecodecamp to share the link in order to proceed and obtain the front end libraries certification. So lets get started to how we can build this up.

We start by creating the text area used by the user and the output preview area that will reflect the changes. React was used with respective dependencies installed on settings page except some that I imported. Class component was used to complete the project.

End result obtained was a visually attractive page that lets you convert text into markdown format. Here is a glimpse of the same:-

https://gist.github.com/alimalim77/20a9195d44cf48bf890453e27bc28533

Image description

Top comments (0)