NotePad is a clean and simple web application for creating, editing, and organizing notes with a notebook-style design. Perfect for keeping all your ideas, plans, and tasks organized with a focus on simplicity and functionality.
- π¨ Minimalist Design β Clean notebook grid background with semi-transparent notes
- π Note Creation β Quickly add notes with title and content
- βοΈ Inline Editing β Edit notes directly with clean, consistent styling
- π Archiving β Move completed notes to archive section
- π Filtering β View all notes, active only, or archived
- πΎ Local Storage β Notes persist even after page reload
- π± Responsive Design β Optimized for all devices (mobile, tablet, desktop)
- π― Markdown Support β Format notes with markdown syntax
- Add Notes β Enter title and content, then click "Add Note"
- Edit Notes β Click "Edit" button, modify content, then click "Save"
- Archive/Unarchive β Click "Archive" to move notes to archive or restore them
- Delete Notes β Use "Delete" button to permanently remove notes
- Filter Views β Use "All Notes", "Active", or "Archived" buttons to filter views
- HTML5
- CSS3 with modern animations
- Vanilla JavaScript (ES6+) with jQuery
- LocalStorage for data persistence
git clone https://github.com/dani1kx/NotePad
http://127.0.0.1:5500Project created and developed by dani1kx