A simple and intuitive notebook application built with Vue.js and Vite. This app allows users to add, edit, and delete notes with ease.
- Add Notes: Create new notes with a title, date, and text content.
- Edit Notes: Modify existing notes.
- Delete Notes: Remove notes that are no longer needed.
- Persistent Storage: Notes are saved in local storage, ensuring they persist between sessions.
- Node.js (>= 14.x)
- npm (>= 6.x) or yarn (>= 1.x)
- Clone the repository:
git clone https://github.com/your-username/vue-notebook-app.git
cd vue-notebook-app