Welcome to NoteApp, a minimal, distraction-free web app built with Django where users can register, log in, and manage their personal notes. Each user has their own secure note section with create, update, delete, and view functionality.
- User Registration & Login with validation
- Create, Edit, and Delete notes
- Each user has their own notes (private)
- Light/Dark mode toggle (with localStorage)
- Responsive HTML + CSS frontend
- Form error messages and success notifications
- Custom 404 error page
- Backend: Django 5.2.3 (Python)
- Frontend: HTML, CSS (with static files)
- Database: SQLite (default)
