A beautiful glassmorphic notes app with tags, pinning, and instant search — built in pure HTML, CSS & JS.
Write · Tag · Pin · Search · Everything saves automatically
No markdown. No formatting toolbar. Just a clean textarea — open a note and start writing. The focus is entirely on the words.
Add tags to any note by typing in the tag field and pressing Enter. Tags appear instantly as removable chips. Filter the entire sidebar down to a single tag with one click.
Keep your most important notes permanently at the top of the list, regardless of search or filter state.
The search bar filters notes in real time across both title and body content as you type.
Every keystroke is saved to localStorage automatically. Close the tab, reopen it — all your notes are still there.
A smooth animated modal asks for confirmation before permanently deleting a note.
No build step. No npm. No config. Just open a file.
git clone https://github.com/heyfaraninam/Notes.git
cd notes
open index.htmlnotes/
├── index.html # Markup, layout, modal, toast
├── styles.css # Glassmorphism, animations, all visual styles
└── app.js # Notes logic, tags, pin, search, localStorage
| Shortcut | Action |
|---|---|
Ctrl + N |
Create a new note |
Enter in tag field |
Add a tag |
| Browser | Support |
|---|---|
| Chrome 76+ | ✅ Full |
| Firefox 103+ | ✅ Full |
| Safari 14+ | ✅ Full |
| Edge 79+ | ✅ Full |
Requires backdrop-filter support for the glassmorphism effect.
This is part of a growing collection of beautiful, zero-dependency web apps:
| Project | Description |
|---|---|
| Calculator | Glassmorphic calculator with 4 themes, scientific mode & history |
| Notes | This project |
MIT — free to use, modify, and ship.
Made with care · pure HTML · CSS · JS · no frameworks needed