A clean and responsive personal notes web app built with Node.js, Express, MongoDB, and EJS.
Create, edit, delete, and share your notes — now with support for dark mode, Google Keep-style popups, and WhatsApp sharing.
- Create, edit, and delete notes
- Pop-up modal for full-screen note editing (like Google Keep)
- Dark mode toggle (persists user preference)
- Share notes on WhatsApp in readable format
- MongoDB integration with timestamps and sorting
- User authentication with login/signup
- Terms & Conditions checkbox on signup
- Mobile responsive using Bootstrap
- Frontend: HTML, CSS, JavaScript, Bootstrap, EJS
- Backend: Node.js, Express.js
- Database: MongoDB (with Mongoose ODM)
- Templating: EJS
- Auth: Simple username/email-password authentication (extendable)
- Other: dotenv, body-parser
git clone https://github.com/yourusername/NOTEish.git
cd NOTEish
npm install- PORT=4000
- MONGO_URI= Your Database URL
- MAIN_URL=http://localhost:4000
npm run start-
AI note summarization
-
OAuth-based login (Google/GitHub)
-
Tags & categories
-
Export notes as PDF or Markdown





