{"id":22965090,"url":"https://github.com/aayush-bhargav/my-notebook","last_synced_at":"2026-04-02T03:09:41.246Z","repository":{"id":249844110,"uuid":"832727655","full_name":"Aayush-Bhargav/My-Notebook","owner":"Aayush-Bhargav","description":"The Notes App is a full-featured MERN stack application designed for managing personal notes and to-dos. It provides a secure and interactive platform where users can log in, create, edit, and delete notes.","archived":false,"fork":false,"pushed_at":"2024-07-25T12:51:36.000Z","size":3222,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:18:59.788Z","etag":null,"topics":["css","express","full-stack","fullstack-development","javascript","login","mongodb","node","nodejs","react","react-components","react-router-dom","reactjs","secure","signup","todoapp","todolist"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aayush-Bhargav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-07-23T15:46:34.000Z","updated_at":"2025-06-24T12:15:03.000Z","dependencies_parsed_at":"2024-07-23T18:29:43.345Z","dependency_job_id":"ed2f4096-e8e9-4eae-a8a7-93223a4f90ab","html_url":"https://github.com/Aayush-Bhargav/My-Notebook","commit_stats":null,"previous_names":["aayush-bhargav/my-notebook"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aayush-Bhargav/My-Notebook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aayush-Bhargav%2FMy-Notebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aayush-Bhargav%2FMy-Notebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aayush-Bhargav%2FMy-Notebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aayush-Bhargav%2FMy-Notebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aayush-Bhargav","download_url":"https://codeload.github.com/Aayush-Bhargav/My-Notebook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aayush-Bhargav%2FMy-Notebook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["css","express","full-stack","fullstack-development","javascript","login","mongodb","node","nodejs","react","react-components","react-router-dom","reactjs","secure","signup","todoapp","todolist"],"created_at":"2024-12-14T20:13:33.392Z","updated_at":"2026-04-02T03:09:41.212Z","avatar_url":"https://github.com/Aayush-Bhargav.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My-Notebook\nThe Notes App is a full-featured MERN stack application designed for managing personal notes and to-dos. It provides a secure and interactive platform where users can log in, create, edit, and delete notes. This was my first full stack project!\n\n## Screenshots\n\n### Home Page\n![Home Page](screenshots/homePage.png)\n\n### Another User's Home Page\n![Another User Home Page](screenshots/anotherGuyHomePage.png)\n\n### Edit Note\n![edit note](screenshots/editNote.png)\n\n### Sign Up Page\n![Sign up page](screenshots/signupPage.png)\n\n### Login Page\n![Login page](screenshots/loginPage.png)\n\n### Security Against Invalid Login\n![security](screenshots/security.png)\n\n### Mongo DB\n![mongoDB](screenshots/mongoDB.png)\n\n### Mobile View\n![mobile view](screenshots/mobileView.png)\n\n\n### Mobile View 1\n![mobile view 1](screenshots/mobileView1.png)\n\n## Install\nClone the repo using:\n```\ngit clone https://github.com/Aayush-Bhargav/My-Notebook.git\n```\nInstall the packages for the front end using:\n```\ncd My-Notebook\nnpm install\n```\nInstall the packages for the back end using:\n```\ncd My-Notebook/backend\nnpm install\n```\n## Launch the App\nLaunch the backend server:\n```\nnodemon index.js\n```\nLaunch the frontend application:\n```\nnpm start\n```\nMake sure mongo DB server is running on your localhost and listening on the default port 27017.\n  \n## Features\n\n- **User Authentication**: Secure login system requiring users to provide a valid email and password. Authentication ensures that only authorized users can access and manage their notes.\n- **Note Management**: Users can add, edit, and delete notes. The application supports full CRUD (Create, Read, Update, Delete) operations on notes.\n- **Persistent Storage**: Notes are stored in MongoDB, ensuring that data is saved and accessible across sessions.\n- **Responsive UI**: The application features a clean and responsive interface for managing notes efficiently.\n- **Dynamic Note Display**: The app dynamically displays notes, allowing users to view all their notes or manage them as needed.\n\n\n\n## Technologies Used\n\n- **MERN Stack**: Utilizes MongoDB, Express.js, React, and Node.js to provide a seamless and interactive user experience.\n- **Node.js \u0026 Express**: The backend is built with Node.js and Express, providing APIs for user authentication and note management.\n- **MongoDB**: Stores user data and notes persistently, ensuring data integrity and accessibility.\n- **React**: Used for building the user interface, allowing for a responsive and dynamic front-end experience.\n\n## How It Works\n\n1. **User Authentication**: Users must log in with their email and password. The authentication process verifies credentials against the database to ensure secure access.\n2. **Note Operations**: Once logged in, users can perform various operations on their notes, including adding new notes, editing existing ones, and deleting notes.\n3. **Data Persistence**: All notes and user data are stored in MongoDB, ensuring that changes are saved and can be retrieved even after logging out and logging back in.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faayush-bhargav%2Fmy-notebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faayush-bhargav%2Fmy-notebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faayush-bhargav%2Fmy-notebook/lists"}