If you are a UI designer and interested work on this project. Please contact me
Application is still under construction so there maybe security issues
- Register multiple users with unique usernames.
- Add and manage website user details.
- Store website URLs, usernames, and passwords securely.
- Organize and categorize website user details. (under implementation)
- Add and manage card details. (under implementation)
- Store credit card information securely. (under implementation)
- Keep track of card numbers, expiration dates, and cardholder names. (under implementation)
- Add and manage private notes. (under implementation)
- Securely store personal notes, reminders, or any other confidential information. (under implementation)
- Easily switch between registered users.
- Manage and update user profiles. (under implementation)
- We store all data in SQLite database service
- We use gradle for manage dependencies
If you don't want to build download it from here
- Go to project directory and run
gradle jar
- Above command will compile your JavaFX application, bundle it with its dependencies, and create an executable JAR file in the build/libs directory.
java -jar build/libs/PassMan-1.0-SNAPSHOT.jar
- That's it! You've successfully built a JavaFX project using Gradle. You can now distribute and run your JavaFX application using the generated JAR file.