{"id":20864758,"url":"https://github.com/parthasarathy27/notes-taking-app","last_synced_at":"2026-02-09T12:34:37.232Z","repository":{"id":225464340,"uuid":"766054314","full_name":"parthasarathy27/Notes-Taking-App","owner":"parthasarathy27","description":"Explore seamless note-taking with this MERN stack application! Create, edit, and delete notes effortlessly. Our app includes basic user authentication for a personalized experience, ensuring secure access to your notes. Enhance productivity with a straightforward and user-friendly interface. Start organizing your thoughts today!","archived":false,"fork":false,"pushed_at":"2025-01-07T04:24:33.000Z","size":261,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T22:41:42.530Z","etag":null,"topics":["expressjs","mern-stack","mongodb","nodejs","reactjs"],"latest_commit_sha":null,"homepage":"https://notes-taking-app-sigma.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/parthasarathy27.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2024-03-02T07:56:18.000Z","updated_at":"2025-01-07T04:24:36.000Z","dependencies_parsed_at":"2024-03-06T14:31:08.725Z","dependency_job_id":"a39db17d-67f6-42d1-bb39-3b752b56421f","html_url":"https://github.com/parthasarathy27/Notes-Taking-App","commit_stats":null,"previous_names":["parthasarathy27/notes-taking-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthasarathy27%2FNotes-Taking-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthasarathy27%2FNotes-Taking-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthasarathy27%2FNotes-Taking-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthasarathy27%2FNotes-Taking-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parthasarathy27","download_url":"https://codeload.github.com/parthasarathy27/Notes-Taking-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249115966,"owners_count":21215139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["expressjs","mern-stack","mongodb","nodejs","reactjs"],"created_at":"2024-11-18T05:44:12.581Z","updated_at":"2026-02-09T12:34:33.114Z","avatar_url":"https://github.com/parthasarathy27.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Note-Taking-App # MERN STACK\n\n## Overview\n\nThis Note-Taking App is a simple web application built using the MERN stack (MongoDB, Express.js, React, Node.js). The primary goal of the application is to allow users to create, edit, and delete notes. Additionally, basic user authentication has been implemented to enable users to save and access their own notes securely.\n\n## Features\n\n- **User Authentication:** Secure user authentication ensures that each user has a private space for their notes.\n- **Create Notes:** Users can easily create new notes with a title and content.\n- **Edit Notes:** Users have the ability to edit their existing notes, providing a seamless editing experience.\n- **Delete Notes:** Unwanted notes can be easily deleted, maintaining a clutter-free workspace.\n\n## Technologies Used\n\n- **MongoDB:** For storing and managing the notes data.\n- **Express.js:** As the backend framework to handle server-side operations.\n- **React:** For building a dynamic and responsive user interface.\n- **Node.js:** To run the server and handle server-side logic.\n\n## Getting Started\n\nFollow these steps to set up and run the Note-Taking App locally:\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/your-username/note-taking-app.git\n   cd note-taking-app\n   ```\n\n2. **Install Dependencies:**\n   ```bash\n   # Install server dependencies\n   cd server\n   npm install\n\n   # Install client dependencies\n   cd ../client\n   npm install\n   ```\n\n3. **Configure Environment Variables:**\n   Create a `.env` file in the `server` directory and set the following variables:\n   ```env\n   PORT=3001\n   MONGO_URI=your_mongodb_connection_string\n   ```\n\n4. **Run the Application:**\n   ```bash\n   # Start the server (from the server directory)\n   npm start\n\n   # Start the client (from the client directory)\n   npm start\n   ```\n\n5. **Open in Browser:**\n   Visit [http://localhost:3000](http://localhost:3000) in your web browser to access the Note-Taking App.\n\n## Screenshots\n\n### Login/Register\n![Login Page](https://github.com/parthasarathy27/Notes-Taking-App/assets/83574852/f11dfa2b-59f3-4f9b-8e80-8bab3dc90c9e)\n\n![Register Page](https://github.com/parthasarathy27/Notes-Taking-App/assets/83574852/65f0022f-72ea-4322-a92a-a467ef01d177)\n\n### Home Page\n![Home Page](https://github.com/parthasarathy27/Notes-Taking-App/assets/83574852/c96264ee-a8ff-420e-94ca-19d1ab036818)\n\n### Create Note\n![Create Note](https://github.com/parthasarathy27/Notes-Taking-App/assets/83574852/fdd9a445-26f7-4391-bd1d-52c9fdb336cf)\n\n### Edit Note\n![Edit Note](https://github.com/parthasarathy27/Notes-Taking-App/assets/83574852/0ed6444f-d092-47d1-aa48-2a233e654610)\n\n## Contributing\n\nIf you'd like to contribute to this project, please follow the [contribution guidelines](CONTRIBUTING.md).🖥️\n\n### Happy Coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparthasarathy27%2Fnotes-taking-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparthasarathy27%2Fnotes-taking-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparthasarathy27%2Fnotes-taking-app/lists"}