Skip to content

sammi-turner/Local-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


πŸ“ Local Notes


A minimal, fast, and privacy-first note-taking app that runs entirely in your browser.


screenshot


✨ Features


  • Add / Delete notes instantly
  • Mark as completed with a single click
  • Filter by All, Active, or Completed
  • Persistent – everything is auto-saved to localStorage
  • Responsive – works great on desktop and mobile
  • One dependency - via the AlpineJS CDN

πŸš€ Quick Start


  1. Clone or download this repo

    git clone https://github.com/sammi-turner/Local-Notes
  2. Open index.html in any modern browser – that’s it!


No build step, no server, no API keys.


🧱 Tech Stack


Piece What it does
AlpineJS 3.x Reactive UI & state management
native JS Business logic (main.js)
CSS Clean, dark-theme styling
localStorage Zero-config persistence

πŸ“ Project Structure


local-notes/
β”œβ”€β”€ index.html      – markup & Alpine directives
β”œβ”€β”€ main.js         – Alpine data & methods
└── styles.css      – all styling (dark theme)

πŸ”§ Customization


File Tweak to...
styles.css Change colors, fonts, spacing, light theme, etc.
main.js Add tags, due-dates, search, export, etc.
index.html Re-arrange layout or add extra buttons

About

Store persistent notes on your browser via local storage.

Topics

Resources

Stars

Watchers

Forks

Contributors