Quick Notes is a lightweight, browser-based note-taking application. It lets you create, edit, and delete notes easily, with all data saved locally using localStorage. The app also supports light and dark themes for a comfortable writing experience.
- Add new notes with a title and content
- Edit existing notes
- Delete notes when no longer needed
- Responsive grid layout for notes
- Light/Dark theme toggle (stored in localStorage)
- All notes saved in the browser (no backend required)
- HTML5 β Structure
- CSS3 β Styling (Light/Dark mode support)
- JavaScript (Vanilla) β App logic & localStorage handling
βββ index.html # Main HTML file
βββ style.css # Styles for layout and themes
βββ script.js # JavaScript functionality
- Open
index.htmlin your browser. - Click "+ Add Note" to create a new note.
- Use the edit βοΈ and delete β buttons on each note to manage them.
- Toggle between light π and dark βοΈ mode using the theme button.