Hey Everyone!
I just got done building my markdown preview in React. Would love some feedback. Spent a lot of time on the build, and less on styling. Didn’t want to draw away from the functionality! Let me know what you think!
The editor window is super narrow at wide browser widths, and takes up almost the entire screen at narrower widths. I’d suggest making it 50% of the width of the window at larger widths (i.e. 50vw
) and a bit shorter (like 30vh
) when they’re stacked on top of each other.
So it’s funny you say that, at soon as I deployed I realized I was having some sizing issues… Already working on it! Thanks for the heads up on the 30vh, never thought to do that.
I think it would make a lot of sense if you would give us access to your code.
If it’s on github pages, you can always devise the github url for the source. It’s always https://<author>.github.io/<project>
, and the github source is https://github.com/<author>/<project>
That makes the source url https://github.com/smuniz18/markdown-preview
I agree that providing that link would be a lot more convenient though
Rebuilt the app to adjust for better sizing using React Bootstrap. I think it’s looking pretty good! Let me know what you guys think!
https://smuniz18.github.io/markdown-preview/
If you want to take a look at the source, here it is https://github.com/smuniz18/markdown-preview