https://github.com/rocker2102/card-manager
A PWA to manage debit/credit cards & bank accounts.
https://github.com/rocker2102/card-manager
management-system offline-first pwa-app react service-worker typescript
Last synced: 6 months ago
JSON representation
A PWA to manage debit/credit cards & bank accounts.
- Host: GitHub
- URL: https://github.com/rocker2102/card-manager
- Owner: Rocker2102
- Created: 2023-03-01T20:53:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T07:10:05.000Z (over 1 year ago)
- Last Synced: 2025-04-05T20:17:13.478Z (6 months ago)
- Topics: management-system, offline-first, pwa-app, react, service-worker, typescript
- Language: TypeScript
- Homepage:
- Size: 1.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Card/Bank account manager
A PWA to manage debit/credit cards & bank accounts.
All the data is always stored on the client side so everything is solely under the user's control. The data is also encrypted by a separate PIN (_set by the user itself_).
Support for device built-in face ID/fingerprint will also be added in the future. This will help to open the app quickly **without** using the set PIN.There is **no way to recover the data** if the PIN is lost/forgotten as all the sensitive info. is kept encrypted using that PIN only.