https://github.com/rohitsspace/passwords-generator
Fun project developed over the weekend
https://github.com/rohitsspace/passwords-generator
angular angular15 password-generator tailwaindcss vercel
Last synced: about 1 year ago
JSON representation
Fun project developed over the weekend
- Host: GitHub
- URL: https://github.com/rohitsspace/passwords-generator
- Owner: rohitsSpace
- Created: 2022-12-26T14:07:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T18:26:18.000Z (over 3 years ago)
- Last Synced: 2025-03-09T05:53:00.428Z (about 1 year ago)
- Topics: angular, angular15, password-generator, tailwaindcss, vercel
- Language: HTML
- Homepage: https://passwords-generator-psi.vercel.app/
- Size: 2.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PasswordsGenerator
This is a fun password generator app which is developed in a weekend.
### Link for the demo
[Demo](https://passwords-generator-psi.vercel.app/)
### Demo

## Getting Started
Clone repository
```
git clone git@bitbucket.org: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](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