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.
- Clone the repository:
git clone https://github.com/ssanudin/notes-app-v1.git
- Navigate to the project directory:
cd notes-app-v1 - Install the dependencies:
npm install
To start the application, run:
npm run start-devThen open your browser and navigate to http://localhost:8080 to access the app.
To format files with prettier, run:
npm run prettierTo build production files, run:
npm run buildThis project utilizes custom element components in JavaScript, allowing for a modular and reusable approach to building the user interface.
This project is licensed under the MIT License.