{"id":23769511,"url":"https://github.com/kstubhieeee/keynest","last_synced_at":"2026-04-04T08:37:48.960Z","repository":{"id":268698333,"uuid":"904392215","full_name":"kstubhieeee/KeyNest","owner":"kstubhieeee","description":"KeyNest is a modern, secure password manager built with React and MongoDB, featuring a sleek dark theme interface and robust credential management capabilities.","archived":false,"fork":false,"pushed_at":"2024-12-18T20:51:20.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T00:35:12.023Z","etag":null,"topics":["backend","express-js","modernui","mongodb","password","password-manager","reactjs","tailwindcss"],"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/kstubhieeee.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-12-16T19:54:28.000Z","updated_at":"2024-12-18T20:53:49.000Z","dependencies_parsed_at":"2024-12-18T21:35:03.987Z","dependency_job_id":null,"html_url":"https://github.com/kstubhieeee/KeyNest","commit_stats":null,"previous_names":["kstubhieeee/password-manager","kstubhieeee/keynest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kstubhieeee/KeyNest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstubhieeee%2FKeyNest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstubhieeee%2FKeyNest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstubhieeee%2FKeyNest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstubhieeee%2FKeyNest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kstubhieeee","download_url":"https://codeload.github.com/kstubhieeee/KeyNest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstubhieeee%2FKeyNest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279032462,"owners_count":26089384,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["backend","express-js","modernui","mongodb","password","password-manager","reactjs","tailwindcss"],"created_at":"2025-01-01T02:21:27.950Z","updated_at":"2025-10-15T00:40:28.943Z","avatar_url":"https://github.com/kstubhieeee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KeyNest - Secure Password Manager\n\nKeyNest is a modern, secure password manager built with React and MongoDB, featuring a sleek dark theme interface and robust credential management capabilities.\n\n\n## 🚀 Features\n\n- **Secure Storage**: Safely store and manage your credentials\n- **Modern UI**: Clean, dark-themed interface with smooth animations\n- **Quick Actions**: Copy, edit, and delete credentials with ease\n- **Real-time Feedback**: Toast notifications for all user actions\n- **Responsive Design**: Works seamlessly across all device sizes\n\n## 🛠️ Tech Stack\n\n- **Frontend**:\n  - React 18\n  - Tailwind CSS\n  - React Toastify\n  - UUID\n\n- **Backend**:\n  - Node.js\n  - Express\n  - MongoDB\n  - CORS\n\n## 📁 Project Structure\n\n```\nKeyNest/\n├── backend/\n│   ├── server.js          # Express server setup\n│   └── .env              # Environment variables\n├── src/\n│   ├── components/       # React components\n│   │   ├── Footer.jsx\n│   │   ├── Logo.jsx\n│   │   ├── Manager.jsx\n│   │   ├── Navbar.jsx\n│   │   ├── PasswordForm.jsx\n│   │   └── PasswordTable.jsx\n│   ├── utils/\n│   │   └── toast.js     # Toast notification utilities\n│   ├── App.jsx          # Main application component\n│   └── main.jsx         # Application entry point\n└── README.md\n```\n\n## 🚀 Getting Started\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/kstubhieeeee/keynest.git\n   cd keynest\n   ```\n\n2. **Install dependencies**\n   ```bash\n   # Install frontend dependencies\n   npm install\n\n   # Install backend dependencies\n   cd backend\n   npm install\n   ```\n\n3. **Set up environment variables**\n   ```bash\n   # In backend/.env\n   MONGO_URI=mongodb://localhost:27017/\n   DB_NAME=keynest\n   ```\n\n4. **Start the development servers**\n   ```bash\n   # Start backend server (from backend directory)\n   node server.js\n\n   # Start frontend development server (from root directory)\n   npm run dev\n   ```\n\n## 💻 Usage\n\n1. **Adding Credentials**\n   - Fill in the website URL, username, and password\n   - Click \"Add Password\" to save\n\n2. **Managing Credentials**\n   - Copy: Click the copy icon next to any field\n   - Edit: Click the edit icon to modify credentials\n   - Delete: Click the delete icon to remove credentials\n\n3. **Security Features**\n   - Password masking\n   - Secure clipboard operations\n   - Confirmation dialogs for destructive actions\n\n## 🎨 UI Components\n\n- **Logo**: Modern, animated logo with hover effects\n- **PasswordForm**: Clean form with password visibility toggle\n- **PasswordTable**: Responsive table with hover actions\n- **Toast Notifications**: Different types for various actions\n  - Success: Green notifications for successful actions\n  - Error: Red notifications for failed operations\n  - Warning: Yellow notifications for important alerts\n  - Info: Blue notifications for general information\n\n## 🔒 Security Considerations\n\n- Passwords are stored securely in MongoDB\n- Client-side password masking\n- Secure API endpoints\n- CORS protection\n- Environment variable usage for sensitive data\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 👨‍💻 Author\n\nKaustubh - [GitHub Profile](https://github.com/kstubhieeee)\n\n\nMade with ❤️ using React and MongoDB\n\n![image](https://github.com/user-attachments/assets/2e816be5-d87d-42b7-9d23-0e9c7b57d991)\n![image](https://github.com/user-attachments/assets/e63cd5ed-448b-4d90-b369-393ba22b148d)\n![image](https://github.com/user-attachments/assets/2b337f59-6e7c-4366-95bc-d33fc517ee4a)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkstubhieeee%2Fkeynest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkstubhieeee%2Fkeynest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkstubhieeee%2Fkeynest/lists"}