A Simple notes application using Vue3 and Pinia
![](https://vuejsexamples.com/content/images/2023/08/Code_2023-08_22-23-54.jpg)
Simple notes application using Vue3 and Pinia state management framework
- Notes app developed using Vuejs(V3) and Pinia.
- User can create multiple notes.
- Notes gets saved in to local storage and will be available in multiple sessions.
- User can edit and delete notes
Upcoming release will have
- Search Notes
- Code enhancements
- add to favourites
Live app on stackblitz
Coming soon
Kickstart
- checkout the repository
- npm install
- npm run dev