A simple app to create, edit, and delete notes saved in the browser's localStorage.
- List of notes on the left with titles and a delete (trash) icon.
- "+" button to create new notes (asks for a title).
- Editor on the right with title and content fields.
- Quick save with Ctrl + S.
- Dark theme with yellow (#f5d742) accents.
-
Clone the repository:
git clone https://github.com/7Str1kes/notes-app.git
-
Navigate into the project folder:
cd rps-app -
Open the
index.htmlfile in your browser by double-clicking it.
Or simply use it online: https://7str1kes.github.io/notes-app
- HTML
- CSS
- JavaScript (Vanilla)
localStoragefor data persistence
notes-app/
โโโ index.html
โโโ styles.css
โโโ main.js