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
- Host: GitHub
- URL: https://github.com/sanudin-dev/notes-app-v1
- Owner: sanudin-dev
- License: mit
- Created: 2025-03-08T08:15:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T09:59:50.000Z (about 1 year ago)
- Last Synced: 2026-02-13T20:43:45.077Z (3 months ago)
- Topics: custom-elements, javascript, notes, notes-app, notes-manager, notesapp, webpack
- Language: JavaScript
- Homepage: https://notes-app-sanudin.vercel.app/
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.