Submitted about 1 year agoA solution to the In-browser markdown editor challenge
Functional In-browser Markdown Editor 📌📌 w/HTML, CSS & JS
jquery
@kodan96

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.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Koda👹's solution.
Join 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