A beginner-friendly authentication system with a personal note-saving feature using Local Storage.
Includes login/register functionality, password validation, and a mini dashboard with Google search & note saving.
- User Registration & Login
- Password validation with toggle view
- Save personal notes (stored locally)
- Google Search integration
- Responsive UI
- HTML, CSS, JavaScript
- Node.js (for auth backend)
- Local Storage for notes
- Clone the repo
- Run
npm install - Start the server:
node server.js - Open
register.htmlorlogin.htmlto get started