{"id":29614571,"url":"https://github.com/terenceclzhang/notenest","last_synced_at":"2026-04-06T02:33:43.792Z","repository":{"id":305137732,"uuid":"1017329906","full_name":"TerenceCLZhang/notenest","owner":"TerenceCLZhang","description":"A full stack application built with the MERN stack for a personal notes website.","archived":false,"fork":false,"pushed_at":"2025-07-18T14:02:59.000Z","size":13255,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-18T14:45:06.441Z","etag":null,"topics":["authentication","axios","expressjs","fontawesome","fullstack","javascript","jwt","mern-stack","mongodb","nodejs","notes-app","react","react-hook-form","react-router","redux","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/TerenceCLZhang.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":"2025-07-10T11:19:07.000Z","updated_at":"2025-07-18T14:03:02.000Z","dependencies_parsed_at":"2025-07-18T15:05:40.517Z","dependency_job_id":null,"html_url":"https://github.com/TerenceCLZhang/notenest","commit_stats":null,"previous_names":["terenceclzhang/notenest"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/TerenceCLZhang/notenest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerenceCLZhang%2Fnotenest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerenceCLZhang%2Fnotenest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerenceCLZhang%2Fnotenest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerenceCLZhang%2Fnotenest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TerenceCLZhang","download_url":"https://codeload.github.com/TerenceCLZhang/notenest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerenceCLZhang%2Fnotenest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266211932,"owners_count":23893379,"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":["authentication","axios","expressjs","fontawesome","fullstack","javascript","jwt","mern-stack","mongodb","nodejs","notes-app","react","react-hook-form","react-router","redux","tailwindcss","typescript"],"created_at":"2025-07-20T23:05:21.306Z","updated_at":"2025-12-30T19:54:33.938Z","avatar_url":"https://github.com/TerenceCLZhang.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NoteNest\n\n![NoteNest landing page](assets/landing.png)\n\n![NoteNest notes page](assets/notes.png)\n\n**NoteNest** is a sleek and secure full-stack web application designed for managing personal notes. It provides a seamless experience for users to create, organise, and securely store their thoughts, tasks, and ideas. With a focus on clean design and privacy-first architecture, NoteNest empowers users to manage their digital notes effortlessly and securely.\n\nYou can view the [live site here](https://terenceclzhang-notenest.netlify.app/).\n\n_Note: The backend is hosted on Render's free tier, which may take 50 seconds or more to wake up when idle. Please be patient on the first request._\n\n## Features\n\n- **Secure User Authentication** - Robust custom authentication system using bcrypt for password hashing and JSON Web Tokens (JWT) for secure session management.\n- **CRUD for Notes** - Users can create, view, edit, and delete personal notes through a responsive and intuitive interface.\n- **User-Specific Data Access** - Each user can access only their own notes. All note-related operations are securely scoped to the authenticated user.\n- **Search Functionality** – Quickly find notes with a built-in search feature for efficient navigation\n- **Light and Dark Mode** – Seamlessly switch between light and dark themes to match your environment or preference.\n\n## Tech Stack\n\n- **Frontend**:\n  - [React](https://react.dev/) - UI library\n  - [TypeScript](https://www.typescriptlang.org/) - Type-safe JavaScript\n  - [Tailwind CSS](https://tailwindcss.com/) - CSS framework\n  - [Axios](https://axios-http.com/) - HTTP client\n  - [Redux](https://redux.js.org/) - Global state management\n  - [React Hook Forms](https://react-hook-form.com/) - Form state management\n  - [React Router](https://reactrouter.com/) - Single Page Application (SPA) routing\n  - [Font Awesome](https://fontawesome.com/) -Icon library\n- **Backend**:\n  - [Node.js](https://nodejs.org/) - JavaScript runtime environment\n  - [Express.js](https://expressjs.com/) - Node.js Web framework\n  - [cors](https://www.npmjs.com/package/cors) - Cross-origin requests\n  - [bcrypt](https://www.npmjs.com/package/bcrypt) - Password hashing\n  - [jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken) - JWT authentication\n  - [cookie-parser](https://www.npmjs.com/package/cookie-parser) - Cookie handling\n  - [morgan](https://www.npmjs.com/package/morgan) - Request logging\n- **Backend**:\n  - [MongoDB](https://www.mongodb.com/) - NoSQL database\n  - [mongoose](https://mongoosejs.com/) - MongoDB Object Data Modeling (ODM) library\n\n## Contributions\n\nThis is a personal project created to showcase my skills. I am not accepting contributions at this time. However, I am open to suggestions, which you can make via the [Disucssions tab](https://github.com/TerenceCLZhang/notenest/discussions).\n\n## License\n\nThis project is released under the [MIT License](LICENSE). You are free to use, modify, and distribute this project in accordance with the terms of the license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterenceclzhang%2Fnotenest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterenceclzhang%2Fnotenest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterenceclzhang%2Fnotenest/lists"}