Markdown Previewer, with buttons!

Hey everyone! Would love your thoughts and feedback on the markdown previewer I built (code, styles, or otherwise)! I went beyond the user stories and added some buttons at the top which insert markdown when clicked.

The most challenging part of this project was structuring my components. Ensuring that button clicks would update my textInput state was tricky; once I passed my handleButtonClick function as a prop to my Button component I was able to update my parent state accordingly.

Links

Github

Live link

I leveraged…

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.