Submitted 6 months ago
Functional In-browser Markdown Editor ๐๐ w/HTML, CSS & JS
@kodan96
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Made with:
- HTML ๐ฆด
- CSS ๐จ
- JS ๐ค
- used jQuery and Showdown.js libraries ๐
- mobile-first workflow ๐ฑ๐ฑ
- you can save, edit and update docs ๐๐
- used prefers-color-scheme to match the site's theme with user preference
- used
localStorage
, so the editor will still have your files when you return to it after closing it
I took a something-like-React way to dynamically render elements from localStorage
into the My Documents section, I wonder if there's an easier way to do it.
Community feedback
- @Code-BeakerPosted 6 months ago
Great! I have noticed that the filename is too dark and is almost impossible to see and read. Try a lighter color maybe?
Marked as helpful0@kodan96Posted 6 months ago@Code-Beaker
ah yeah, I didn't notice it after overwriting the base colors for the dark mode. I'll fix it later, thanks ๐
1 - @afolabi-olaPosted 6 months ago
nice project ๐๐
1@kodan96Posted 6 months ago@afolabi-ola
Thanks, your job-listing project looks great asw! ๐
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord