Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.07 KB

File metadata and controls

35 lines (23 loc) · 1.07 KB

image

NoteStack

NoteStack is a simple, modern web-based note-taking app. It allows you to quickly add, edit, delete, and search notes, all stored locally in your browser. The interface is clean and responsive, supporting both light and dark modes.

NoteStack-photo

Features

  • Add, edit, and delete notes
  • Search notes instantly
  • Notes are saved in your browser (localStorage)
  • Responsive design for desktop and mobile
  • Light/Dark mode toggle

Getting Started

  1. Clone or download this repository.
  2. Open index.html in your web browser.
  3. Start taking notes!

No installation or backend required.

How to Run

1. Run with a Local Server

  • Using VS Code Live Server extension:
    Right-click index.html and select "Open with Live Server".

Project Structure

  • index.html – Main HTML file
  • style.css – App styling
  • script.js – App logic