{"id":20578356,"url":"https://github.com/dp20703/inotebook","last_synced_at":"2026-04-29T21:36:03.173Z","repository":{"id":241692249,"uuid":"806126314","full_name":"Dp20703/inotebook","owner":"Dp20703","description":"iNotebook is a secure and user-friendly full-stack notes app that allows users to register, log in, and manage personal notes from anywhere. Built with React, Node.js, Express, and MongoDB, it features JWT-based authentication and a responsive UI for seamless note organization and editing.","archived":false,"fork":false,"pushed_at":"2025-06-11T10:16:36.000Z","size":921,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T11:36:57.840Z","etag":null,"topics":["fullstack","fullstackproject","javascript","mern-project","mernproject","nodejs","react"],"latest_commit_sha":null,"homepage":"https://inotebook-eta-one.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dp20703.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-26T12:58:07.000Z","updated_at":"2025-06-11T10:16:40.000Z","dependencies_parsed_at":"2024-06-03T09:05:59.797Z","dependency_job_id":"561da23e-6c12-4eb3-b538-aa40cc8346a9","html_url":"https://github.com/Dp20703/inotebook","commit_stats":null,"previous_names":["dp20703/inotebook"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dp20703/inotebook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dp20703%2Finotebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dp20703%2Finotebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dp20703%2Finotebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dp20703%2Finotebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dp20703","download_url":"https://codeload.github.com/Dp20703/inotebook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dp20703%2Finotebook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32445542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fullstack","fullstackproject","javascript","mern-project","mernproject","nodejs","react"],"created_at":"2024-11-16T06:12:42.519Z","updated_at":"2026-04-29T21:36:03.168Z","avatar_url":"https://github.com/Dp20703.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📓 iNotebook Web Application\n\n**iNotebook** is a secure, full-stack web application designed to help users create, manage, and organize personal notes in the cloud. With intuitive UI/UX, robust authentication, and real-time data operations, iNotebook provides a seamless note-taking experience.\n\n---\n\n## 🌟 Key Features\n\n- ✅ **User Authentication** – Secure registration and login using JSON Web Tokens (JWT).\n- 🗃️ **Personalized Note Management** – Create, read, update, and delete notes tailored to each authenticated user.\n- 🧠 **Modal-Based Editing** – Edit notes efficiently with a modern modal popup interface.\n- 💾 **Persistent Storage** – Notes are stored in a MongoDB database, accessible only by the authenticated user.\n- 📱 **Responsive UI** – Clean and responsive frontend built with modern web technologies.\n\n---\n\n## 🖥️ Screenshots\n\n### 🔐 Login Page\n\nSecure user login screen.\n![Login Page](./public/images/Screenshots/Login.png)\n\n### 📝 Registration Page\n\nNew users can sign up to start using iNotebook.\n![Registration Page](./public/images/Screenshots/Registration.png)\n\n### 🏠 Home / Dashboard\n\nAuthenticated users can view, edit, and delete their notes.\n![Home Dashboard](./public/images/Screenshots/Home.png)\n\n### ✏️ Update Note Modal\n\nModern modal interface for editing existing notes.\n![Update Modal](./public/images/Screenshots/UpdateModal.png)\n\n---\n\n## 🛠️ Technology Stack\n\n### Frontend\n\n- React.js\n- HTML5 \u0026 CSS3\n- Bootstrap / Tailwind CSS (if used)\n- JavaScript (ES6+)\n\n### Backend\n\n- Node.js\n- Express.js\n\n### Database\n\n- MongoDB with Mongoose\n\n### Authentication\n\n- JWT (JSON Web Tokens)\n- bcrypt.js for password hashing\n\n---\n\n## 🧑‍💻 Getting Started\n\n### Prerequisites\n\n- Node.js and npm installed\n- MongoDB instance (local or cloud)\n\n### Installation\n\n1. **Clone the repository**\n\n```bash\ngit clone https://github.com/Dp20703/inotebook\ncd inotebook\n```\n\n2. **Install dependencies**\n\n```bash\nnpm install\ncd backend\nnpm install\n```\n\n3. **Set up environment variables**\n   Create a `.env` file in the root directory with the following:\n\n```env\nPORT=5000\nMONGO_URI=your_mongodb_connection_string\nJWT_SECRET=your_jwt_secret_key\n```\n\n4. **Run the application**\n\n```bash\n# Run backend\nnpm run server\n\n# In a new terminal tab, run frontend\nnpm start\n```\n\n---\n\n## 🛡️ Security\n\n- All API routes are protected using JWT.\n- User passwords are hashed and salted using bcrypt.\n- CORS and input validation implemented for secure data handling.\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! Please fork the repository and create a pull request.\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details.\n\n---\n\n## 📬 Contact\n\nCreated by [Darshan] – reach out via [codewithdp2073@email.com](mailto:codewithdp2073@email.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdp20703%2Finotebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdp20703%2Finotebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdp20703%2Finotebook/lists"}