📝 DOM-Notes


DOM-Notes is a lightweight web app built with vanilla JavaScript, Vite, and SCSS. It allows users to create, edit, and delete notes, storing them in local storage. The app is fully responsive.

Live Demo

🚀 Deploy
📄 GitHub Repository

Project Screenshot

Features

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/arselt/js-dom-notes.git
    cd js-dom-notes
    
  2. Install dependencies:
    npm install
    
  3. Start the development server:
    npm run dev