@kodan96Submitted 6 months ago
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.