An open API service indexing awesome lists of open source software.

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.

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