Markdown Previewer
FreeCodeCampFebruary 3, 2023
This was a coding exercise for FreeCodeCamp. Using React, I created a straightforward interface with a text box for users to input markdown text and a preview box to display the formatted text in real-time. One of the key challenges I faced was converting the markdown text into HTML code, but I was able to overcome this by utilizing the marked.js library. Overall, this project has allowed me to gain a better understanding of markdown formatting.