Simple Tracer is a progressive web app (PWA) to create a simple manual contact diary. You can just set a contact duration, date/time and a contact information. The contacts for each day are shown on the app start page. A report of all data can be created in CSV format. Working sample can be found here: https://str.cjpj.de
The contact data is saved via indexedDB. The optional password is saved via localstorage.
Optional password can be set to protect app access and to encrypt saved contact data (using crypto-js). When setting a password, data is encrypted using AES, password is hashed via SHA256. With no individual password the contact data is encrypted with a default password.
- crypto-js under The MIT License
- simple-app-Shell under The MIT License
Simple Tracer is licensed under The MIT License