Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 953 Bytes

README.md

File metadata and controls

48 lines (34 loc) · 953 Bytes

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:
    git clone https://github.com/ssanudin/notes-app-v1.git
  2. Navigate to the project directory:
    cd notes-app-v1
  3. Install the dependencies:
    npm install

Usage

To start the application, run:

npm run start-dev

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

To format files with prettier, run:

npm run prettier

To build production files, run:

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.