https://github.com/umarwazeer/vue-notebook-app
A simple and intuitive notebook application built with Vue.js and Vite. This app allows users to add, edit, and delete notes with ease.
https://github.com/umarwazeer/vue-notebook-app
javacript localstorage-api vitejs vue
Last synced: about 2 months ago
JSON representation
A simple and intuitive notebook application built with Vue.js and Vite. This app allows users to add, edit, and delete notes with ease.
- Host: GitHub
- URL: https://github.com/umarwazeer/vue-notebook-app
- Owner: umarwazeer
- Created: 2024-06-09T07:41:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T07:55:30.000Z (about 2 years ago)
- Last Synced: 2025-02-10T15:21:33.139Z (over 1 year ago)
- Topics: javacript, localstorage-api, vitejs, vue
- Language: Vue
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Notebook App
A simple and intuitive notebook application built with Vue.js and Vite. This app allows users to add, edit, and delete notes with ease.
## Features
- **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.
## Getting Started
### Prerequisites
- Node.js (>= 14.x)
- npm (>= 6.x) or yarn (>= 1.x)
### Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/vue-notebook-app.git
cd vue-notebook-app