I added the possibility to add, manage a password, and a search bar to let the user search for a specific site or mail / username
Log in to leave a comment
I started the mobile app by creating a new branch with the template of React Native Reusables to use tailwinds CSS and shadcn in React Native. I also implemented the react-native-aes-crypto lib to encrypt user data. To store user data, I will use MMKV.
Log in to leave a comment
I finally finished it! I will continue to update it because some things are missing, like a search bar to search for a specific username or website. Also, I haven’t already done the mobile app (this app will come in the next weeks). I also have learned a ton of things about OPT code in general, I hope you find this app useful !
After being stuck for 2h on a bug that I resolved by adding a single “max-width”, I finally added the whole sync system, the UI is still very minimal but I’m going to rework it before shipping, I also started to refactor all the code, because I put like 90% of the frontend in a single app.tsx (yes seriously).
so in resume I finished implementing all features of the app, now I will polish it and make it more usable, I plan to ship it next week
Log in to leave a comment
I have setup the base project and I will make this mod for Fabric 1.20.1
Log in to leave a comment
I did a little UI improvement (I switched to blue instead of green for default favicon background on password and totp) and I fully implemented totp code!
now I will add the settings section to let import/export app data and manage sync between devices (future feature)
Log in to leave a comment
I finished the base, I added a cryptographic called CryptoJS to encrypt and decrypt passwords, etc.
I also implemented the contextBridge to communicate with the renderer process, the next step is to let the user manage his password
Log in to leave a comment