'Alias Keep' is a desktop application built using Electron, Bulma CSS, and JavaScript. The primary purpose of the application is to help users manage and store information related to fake aliases, including details such as fake names, email addresses, phone numbers, and dates of birth. The application features a user-friendly interface with different tabs for managing various aspects as well as a rudimentary login screen.
Open root directory run 'npm start'
Login Page has default credentials set, username: admin | password: password
Account Creation Page currently stores local username & password via "localStorage.setItem("createdUsername", createdUsername);" which is passed onto the login page.
Home page contains input boxes that will store an array of info: Full name | Email | Phone number | Date of birth | Gender
This tab will store any saved data from the generate tab.
This page has dark mode, language selection, Delete all user data.
- Data is not stored on seperate accounts. If you create 2 accounts, you can see all the stored data between them