Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 860 Bytes

README.md

File metadata and controls

14 lines (6 loc) · 860 Bytes

My Notes

Simple Notes web app build with Vue.js made for PC


There are many notes apps, but I needed something simple that works for me on my laptop. That is why I made my notes that will work in my browser locally. Everything is stored in your web browser localStorage. All the coding is done with Vue.js and the best part is everything is in the index.html file that is only 4Kb.

I also building My Notes.app for Mac OS users. I am learning to use Electron to package the app. I am thinking about the app size might go up to 100 Mb or more i guess. But I am in a plan to use Cordova for Mac and it's quiet intresting.