https://github.com/ondrejfilip1/password-manager
Password manager made in MERN stack
https://github.com/ondrejfilip1/password-manager
2fa axios encryption express jwt mern-stack mongodb nodejs nodemailer password-manager react shadcn-ui tailwindcss user-authentication vite website
Last synced: about 1 month ago
JSON representation
Password manager made in MERN stack
- Host: GitHub
- URL: https://github.com/ondrejfilip1/password-manager
- Owner: ondrejfilip1
- Created: 2025-07-23T23:13:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-12-15T04:23:02.000Z (7 months ago)
- Last Synced: 2025-12-17T06:51:52.582Z (6 months ago)
- Topics: 2fa, axios, encryption, express, jwt, mern-stack, mongodb, nodejs, nodemailer, password-manager, react, shadcn-ui, tailwindcss, user-authentication, vite, website
- Language: JavaScript
- Homepage: https://app-62zq.onrender.com/
- Size: 561 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Správce hesel
- 🌐 Webová verze
- Webová aplikace pro správu hesel
- Obsahuje přihlašovací a registrovací systém s dvoufázovým ověřením (2FA)
- Hesla jsou šifrována pomocí AES-256
## ⚙️ Technologie
Projekt byl vytvořen v MERN stacku
- **Client:** React + Vite, Axios, shadcn/ui, TailwindCSS, Lucide
- **Server:** Node, Express, MongoDB, Mongoose, JWT (JSON Web Token), Nodemailer
## 🚀 Instalace a spuštění
Client
```bash
cd client
npm install
npm run dev
```
Server
```bash
cd server
npm install
npm start
```
## ✅ TODO
- Možnost pro inputy při přidávání hesla (telefon, email, jméno)
- Animace na hover
- Zobrazení jen domény stránky v dashboardu (odebrání "https://")