Quick notes
A place to put something down before you forget it · Tool ●●○
Change these if you like
Prompt
Make a quick notes app for things to remember, shown as sticky notes on a board. Make it a single HTML file that opens in a browser with nothing to install and no other files. Put the CSS and JavaScript inside it. Do not use image files or any external address; use emoji or letters if you need a symbol. Typing in the box at the top and pressing enter adds a note. Each note shows when it was written and has a delete button. Everything stays after the browser is closed and reopened. That is the whole point, so make sure it saves as I type rather than only when I press something. Add a search box that filters the notes as I type. ⚠️ Everything stays in my browser. Do not send notes anywhere. When you are done, add a few notes, reload the page, and check they are all still there.
What it uses: One file only · Say what it is first · Decide what shows · Pin down what not to do
If notes vanish on reload, ask it to "save to the browser every time a note changes".
Paste what came back
You might also like