passwords-generator
v0.0.1
Published
This is a fun password generator app which is developed in a weekend.
Downloads
4
Maintainers
Readme
PasswordsGenerator
This is a fun password generator app which is developed in a weekend.
Link for the demo
Demo
Getting Started
Clone repository
git clone [email protected]:rohit_yadav/passwords-generator.git
go to
cd ./passwords-generator
install dependencies
npm i
run project
npm start
Runs the app in the development mode. Open http://localhost:4200 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Deployment
Your app is ready to be deployed and already deployed to vercel, you can use that to deploy or feel free to use any other tool for your deployment