
notesMaDr
CSS / HTML / JavaScript / Tailwind / Vite
Description
My notes app I built using HTML, Tailwind, JavaScript, and Vite.
Overview
I've updated my original notes app to use Vite instead of Webpack and regular JS date/time instead of Moment.js. I also installed Tailwind locally instead of pulling it from a CDN, and updated my styling so it's a little more modern.
Notes are stored in local-storage (which means they're deleted when you clear your browser's cache).