📝 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
Features
- Create, edit, and delete notes
- Saves data in local storage (no backend required)
- Built with vanilla JavaScript and SCSS
- Fully responsive design
Installation
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/arselt/js-dom-notes.git cd js-dom-notes
- Install dependencies:
npm install
- Start the development server:
npm run dev