To get a better understanding of the VUE.js framework, I wanted to create a tool for my personal usage.
I am a big fan of the apple notes app, sadly there is no linux port, therefore I started this project not to create such port,
but to have a portfolio application to learn more about typescript and VUE.js and to have an excuse why I have to use Vite for a project.
## License
This Project is based on a YouTube Video by Tylor Potts (https://www.youtube.com/watch?v=YwUvSa9Ckqo) and therfore I am releasing this code under the GPL 3 license.
## Versions
- Version 1.0.1 - basic CRUD for notes, persitancy with browser based localstorage. Minor refactoring and rework of the readme
- Version 1.0.0 - with the basic setup to creating, deleting and editing new notes. There is no persistent storage a reload deletes all notes.