You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tiny, fast notes app as a pure frontend demo. No backend, no build chain required — just open it via a local web server.
13
+
A tiny, fast notes app as a **pure frontend** demo. No backend or bundler required — just open it via a local web server.
14
+
15
+
Pairs with **[notes-backend](https://github.com/rluetken-dev/notes-backend)**. This frontend is fully standalone (localStorage), the backend is optional.
<img src="assets/screenshot-dark.png?v=2" alt="Mini-Notes — dark theme" width="900">
75
+
<img src="assets/screenshot-dark.png?v=2" alt="notes-frontend — dark theme" width="900">
78
76
</p>
79
77
</details>
80
78
@@ -83,7 +81,7 @@ A tiny, fast notes app as a pure frontend demo. No backend, no build chain requi
83
81
## Requirements
84
82
85
83
-**Browser:** recent versions of Chrome/Edge, Firefox, or Safari.
86
-
-**Node.js (optional – dev tools only):** Node **18+** (recommended **20+**) and npm. Not needed to _use_ the app, but helpful for `npm run lint`/`format` and CI.
84
+
-**Node.js (optional — dev tools only):** Node **18+** (recommended **20+**) and npm. Not needed to _use_ the app, but helpful for `npm run lint`/`format` and CI.
87
85
-**Local web server:** required because of ES Modules (see Quick Start for options).
88
86
89
87
---
@@ -94,7 +92,7 @@ A tiny, fast notes app as a pure frontend demo. No backend, no build chain requi
0 commit comments