A simple, fast, and minimal note-taking app built with Vue 3, TypeScript, and Pinia. It supports full CRUD operations and saves notes in your browser’s localStorage for quick access and persistence.
- 📝 Create, read, update, and delete notes
- 💾 Notes are saved in localStorage
- ⚡ Instant updates with reactive state via Pinia
- 💅 Clean and responsive UI with Tailwind CSS
- 🔐 Unique note IDs using
uuid
- Node.js (v18 or later recommended)
- pnpm installed globally
pnpm install