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.