- The app is all about the web application where you submit your secrets and you can also see other secrets without knowing their names.
- App is focused on getting the user data and storing them into the database with hashing functionality.
- Front-end uses the bootstap, css for styling components.
- It has the profile registration page and login page, where users fill their credentials.
- Node.js and express.js are used for back-end.
- It stores the user info using mongoose schema.
- Passport.js is used for hashing and adding the salt hash to the password for the sake of the security.
- It supports the google-OAuth.
Homepage
Register/Login page
![]() |
![]() |
|---|
Register user using form
first-user.mov
Register user using google-auth
second-user.mov
Login user by credentials/ google-OAuth
login.mov
- Robo 3T Screenshot
- First object shows the user data renders by the form.
- Second object shows the data render by the google-OAuth.



