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