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

https://github.com/sanudin-dev/notes-app-v1

A notes application to manage your tasks and notes efficiently
https://github.com/sanudin-dev/notes-app-v1

custom-elements javascript notes notes-app notes-manager notesapp webpack

Last synced: 23 days ago
JSON representation

A notes application to manage your tasks and notes efficiently

Awesome Lists containing this project

README

          

# Notes App

## Description

A notes application to manage your tasks and notes efficiently. This app allows users to create, edit, and delete notes, providing a simple and intuitive interface.

## Installation

1. Clone the repository:
```bash
git clone https://github.com/ssanudin/notes-app-v1.git
```
2. Navigate to the project directory:
```bash
cd notes-app-v1
```
3. Install the dependencies:
```bash
npm install
```

## Usage

To start the application, run:

```bash
npm run start-dev
```

Then open your browser and navigate to `http://localhost:8080` to access the app.

To format files with prettier, run:

```bash
npm run prettier
```

To build production files, run:

```bash
npm run build
```

## Custom Elements
This project utilizes custom element components in JavaScript, allowing for a modular and reusable approach to building the user interface.

## License
This project is licensed under the MIT License.