This is a rewrite of the previous Pass Vault android app which was made in Java almost 2 years ago. I wanted to do it properly this time by using recommended MVVM architecture, unit testing, instrumentation testing, CI using GitHub Actions, and persistence with Room SQLite.
Simple pass code authentication like in mobile banking apps
Store your various account passwords and never forget them again
Generate strong and randomised passwords
Backup your accounts through import and export feature
Patient Management System
Group (4 people) project for our Software Development Practice paper. It's a Patient Management System that allows Staff and Patients to communicate realtime and gives the ability to update patients quickly on their medical results. Below are some features I was primarily responsible for.
JavascriptReact NativeFirebase
Realtime messaging using Firebase.
Realtime comment chain for Staff and Patients
Authentication flow
Search feature to look up staff and patients.
Search filters and sorting
Firestore queries
Basic 2D RPG Game
Animated 2D RPG Game made in Java and Swing by a team of 3 people for our Program Design and Construction Paper.
JavaSwingLanterna CLIJDBC
Simple map exploration with a 2D animated character
Classic turn based combat reminescent of old school J-RPGs.
Random monster encounters.
Treasure hunting.
Challenging(?) boss battle.
Inventory system where you can equip your character with items to make it stronger or heal up with
Event log for player interactions with different game objects such as treasures, battles, and bosses.
Map generated from ASCII text.
Camera view that centers on player.
Pass Vault (Java Android)
Native android password manager application to manage all my passwords. No more getting locked out by Study Link!
JavaAndroid StudioRoom
Store accounts to persistent storage.
View accounts stored and copy password to clipboard.
Delete accounts from persistent storage.
Random password generator.
Username search feature.
Account sorting feature.
Import/Export CSV feature.
Create passcode and login feature using SharedPreferences.