A simple and interactive Priority Notes Manager web app built using HTML, CSS, and JavaScript.
This project allows users to create notes, organize them by priority level, and manage them with filtering and delete functionality.
- Create new notes dynamically
- Priority-based categorization
- Filter notes by urgency
- Delete notes
- Call and Email action buttons
- Interactive UI with hover effects
- Clean and minimal design
- HTML5
- CSS3
- JavaScript (Vanilla JS)
├── index.html
├── style.css
├── script.js
└── images/
└── screenshot.png- No Rush
- Important
- Emergency
- Urgent
- Add Note
- Delete Note
- Filter Notes
- Call Contact
- Send Email
This project helped me practice:
- DOM Manipulation
- Event Handling
- Dynamic Element Creation
- Form Handling
- JavaScript Functions
- CSS Styling
- UI Design Basics
- Save notes using Local Storage
- Add edit functionality
- Improve responsiveness
- Add animations
- Add dark mode
- Add search functionality
Made with ❤️ by Anshu Kharwar.

