A clean and minimal notepad web app built with HTML, CSS, and JavaScript.
This simple browser-based notepad was created as a practice project to sharpen my skills in front-end development. It allows users to write and save text locally in their browser using localStorage, so content stays even after refreshing or closing the tab. I focused on keeping the design minimal and distraction-free, while also experimenting with features like auto-saving and character limits. This project gave me a better understanding of DOM manipulation, JavaScript event handling, and client-side storage. It was also a great opportunity to explore how even small utilities can benefit from thoughtful UX and subtle UI decisions.