Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

Fun project developed over the weekend

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

![demo](demo.gif)

## 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](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