Skip to content

yliborio/quick-note

Repository files navigation

Quick Note

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.

Live Demo

You can access the live version of the app here: Quick Note

Features

  • Create text blocks with a title and content.
  • Edit existing text blocks.
  • Delete text blocks.
  • Automatically saves your notes in local storage for persistence.

Recommended IDE Setup

Project Setup

To set up the project locally, follow these steps:

Install Dependencies

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile, and Minify for Production

npm run build

Deployment

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published