A powerful and intuitive markdown-based note-taking application with AI-assisted writing tools. Seamlessly write, edit, organize, and search your notes with an elegant interface.
- Built-in Markdown Editor – Write and preview Markdown with ease.
- Toggle View/Edit Modes – Switch between writing and previewing seamlessly.
- Import & Parse Text Files – Load and parse text/markdown files directly.
- Categories & Organization – Keep your notes structured with categories.
- Auto-Save – Never lose progress with automatic saving.
- Advanced Search – Search notes by title or content.
- AI Writing Tools – Get AI-powered suggestions and assistance.
- Google Sign-In – Secure login via Firebase Authentication.
- Frontend: React (CRA), Sass
- Backend: Node.js, Express
- Database: MongoDB
- Authentication: Firebase (Google Sign-In)
git clone https://github.com/plushexe351/noteme.md.git
cd noteme.mdcd client
npm install
npm startRefer to .env.example in server and client
cd ../server
npm install
npm start