{"id":20122105,"url":"https://github.com/bkpecho/a-note-to-remember","last_synced_at":"2026-04-10T12:31:30.958Z","repository":{"id":184515109,"uuid":"671813380","full_name":"bkpecho/A-Note-to-Remember","owner":"bkpecho","description":"A Note to Remember is a full-stack MERN (MongoDB, Express, React, Node.js) app that helps you keep track of important notes, reminders, and tasks.","archived":false,"fork":false,"pushed_at":"2023-07-28T17:17:26.000Z","size":113,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T00:55:48.543Z","etag":null,"topics":["cors","dotenv","expressjs","mongodb","mongoose","nodejs","notes-app","react","react-router","vite"],"latest_commit_sha":null,"homepage":"https://anotetoremember.onrender.com/","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/bkpecho.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}},"created_at":"2023-07-28T07:38:03.000Z","updated_at":"2025-02-26T16:58:53.000Z","dependencies_parsed_at":"2023-07-28T19:53:33.105Z","dependency_job_id":null,"html_url":"https://github.com/bkpecho/A-Note-to-Remember","commit_stats":null,"previous_names":["bkpecho/a-note-to-remember"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bkpecho/A-Note-to-Remember","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkpecho%2FA-Note-to-Remember","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkpecho%2FA-Note-to-Remember/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkpecho%2FA-Note-to-Remember/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkpecho%2FA-Note-to-Remember/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bkpecho","download_url":"https://codeload.github.com/bkpecho/A-Note-to-Remember/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkpecho%2FA-Note-to-Remember/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31642686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: 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":["cors","dotenv","expressjs","mongodb","mongoose","nodejs","notes-app","react","react-router","vite"],"created_at":"2024-11-13T19:35:01.422Z","updated_at":"2026-04-10T12:31:30.932Z","avatar_url":"https://github.com/bkpecho.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![A Note to Remember](/README.png)\n\n## A Note to Remember (Note Taking App) 🌻\n\nA Note to Remember is a full-stack MERN (MongoDB, Express, React, Node.js) app that helps you keep track of important notes, reminders, and tasks.\n\n### Technologies Used\n\n- MongoDB\n- Mongoose\n- Express\n- Node.js\n- Vite\n- React\n- React Router\n- Render for deployment\n\n### Live Site\n\nVisit the live site: [A Note to Remember](https://anotetoremember.onrender.com/)\n\n### GitHub Repository\n\nFind the source code on GitHub: [A Note to Remember Repository](https://github.com/bkpecho/A-Note-to-Remember/)\n\n### Setting Up Local Environment\n\n**Frontend Environment Variable**\n\n1. Create a `.env.local` file in the frontend root directory.\n2. Add the following line to the `.env.local` file, replacing the URL with your backend server address:\n\n   ```\n   VITE_SERVER_URL=http://localhost:8000\n   ```\n\n**Backend Environment Variable**\n\n1. Create a `.env` file in the backend root directory.\n2. Add the following line to the `.env` file, replacing the placeholder in the MongoDB URI with your actual MongoDB cluster information:\n\n   ```\n   MONGODB_URI=mongodb+srv://username:password@your-mongodb-cluster-here/Note\n   ```\n\n**Important**: Remember not to commit the `.env.local` and `.env` files to the public repository to keep sensitive information secure.\n\n## Project Status and Future Improvements\n\nA Note to Remember is currently a barebone implementation, serving as a functional starting point for a Note-taking app. While it provides essential features for managing notes, there are still numerous opportunities for enhancements and additional functionalities.\n\n### Potential Areas for Improvement\n\n- **User Authentication:** Implement user authentication to secure user data and enable personalized note management.\n- **Rich Text Editor:** Enhance the note-taking experience by adding a rich text editor for formatting and styling notes.\n- **Categories and Tags:** Allow users to categorize and tag notes for better organization and quick retrieval.\n- **Search Functionality:** Implement a search feature to facilitate finding specific notes based on content or keywords.\n- **Mobile Responsiveness:** Improve the app's responsiveness to different screen sizes, enhancing the user experience on mobile devices.\n\n### Author\n\n- **Bryan King Pecho**\n  - GitHub: [bkpecho](https://github.com/bkpecho)\n  - Twitter: [@bkpecho](https://twitter.com/bkpecho)\n  - LinkedIn: [in/bkpecho](https://www.linkedin.com/in/bkpecho/)\n  - Email: pechobk@gmail.com\n  - Portfolio: [bkpecho.tech](https://bkpecho.tech/)\n\nThank you for visiting the repository and checking out A Note to Remember! 🌻\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkpecho%2Fa-note-to-remember","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbkpecho%2Fa-note-to-remember","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkpecho%2Fa-note-to-remember/lists"}