Skip to content

ColinMcNeil/Minimal-Notes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Notes

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


There are many notes apps, but I needed something simple that works for me on my laptop. That is why I made minimal 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 made Minimal Notes.app for Mac OS users. First I used Electron to package the app. But the file form 4Kb become 400 Mb width some optimisation I achieved around 140 Mb but I was not happy. Then I tried Cordova for Mac and worked perfectly. The file become 0.45 Mb that is much better then 140 Mb.

You can use it from here or download it locally

https://vladocar.github.io/Minimal-Notes/

License

This project is licensed under the MIT License

About

Minimal Notes web app build with Vue.js - Implemented animations and focus states for text elements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.1%
  • JavaScript 12.1%
  • CSS 3.8%