A single page note taking application with rich text box with resize, rotate and move feature to take notes. User can copy and paste their notes on page and edit/format the notes on the page and save it locally in browser's IndexedDB.
Features:
- Create Pages
- Add Text
- Add Image
- Google Fonts(Choose own Google font)
- Emoji Picker
- Text Foreground & Background color
- Create Pages
- Save locally in browser IndexedDB
- Text Format
- Text Align
- Resize, Rotate and Move both Text and Image
- Auto save on changes
- Undo and Redo changes
- Text and Image Arrangement Options
More Feature Coming...
- Saving to Google Drive or sync to cloud indexeddb
- Add embedded videos links
- Add tables and more....
Build with Vue.js 3, Pinia, Typescript, GoogleFonts, localforage
Demo: https://vue3-page-note.vercel.app/
npm install
npm run dev
npm run build
npm run lint