Quick Note is a simple Vue.js application that allows you to create, edit, and delete small text blocks with a title and content. The application saves your notes locally in your browser's local storage and is accessible via GitHub Pages.
You can access the live version of the app here: Quick Note
- Create text blocks with a title and content.
- Edit existing text blocks.
- Delete text blocks.
- Automatically saves your notes in local storage for persistence.
To set up the project locally, follow these steps:
npm install
npm run dev
npm run build
The app is deployed using Github workflows and is hosted at GitHub Pages.
License This project is open-source and available under the MIT License.