Store Passwords and Logins Records To Your Favorite Sites.
View Demo(Coming soon!)
·
Report Bug
·
Request Feature
Table of Contents
A password manager is a tool that does the work of remembering your passwords. Simply log into an online account for the first time and store your username and password so you don't have to remember your credentials.
Make sure you have node installed
-
Clone the repo
git clone https://github.com/HassenH1/password-manager .
-
Install NPM packages
cd .\frontend\ npm install
cd .\backend\ npm install
-
Enter your ENV file config for backend
PORT = 1234; TOKEN_SECRET = "Some secret"; ORIGIN = "http://localhost:<WHATEVER>"; MONGO_CONNECTION_URL = "MONGO CONNECTION URL";
-
To run fullstack
cd .\frontend npm run fullstack
This roadmap is not finished!
- Fix navbar
- Add Edit
- Write tests
- Update types
Hassen Hassen - LinkedIn - hasansaid51@gmail.com
Project Link: https://github.com/HassenH1/