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

https://github.com/noszczykmichal/password_generator

A small app for generating passwords
https://github.com/noszczykmichal/password_generator

preact-signals prop-types react-transition-group reactjs vite

Last synced: about 2 months ago
JSON representation

A small app for generating passwords

Awesome Lists containing this project

README

          


Logo


Password Generator



A small app for generating passwords built with React, powered by Preact-Signals, animated with React Transition Group, and hosted on Firebase.



Live demo

![demo](https://raw.githubusercontent.com/noszczykmichal/password_generator/main/images/demo.png)

## Table of Contents

- [General Info](#general-information)
- [Setup](#setup)
- [Project Status](#project-status)
- [Credits](#credits)
- [Contact](#contact)

## General Information

- The app allows to generate passwords of lengths between 1-20 chars, which can consist of uppercase and lowercase letters, numbers, and symbols.
- Upon button click, the generated password is stored to the clipboard.

## Setup

1. Clone this repository

```sh
$git clone https://github.com/noszczykmichal/password_generator
```

2. Go into the repository

```sh
$cd password_generator
```

3. Install dependencies

```sh
$npm install
```

4. Start the development server

```sh
$npm start
```

## Project Status

This project was developed purely for educational purposes. Currently, I don't plan to develop it any further, although small changes may occasionally be made.

## Credits

This project was based on a design found on Frontend Mentor.

## Contact

Created by [@noszczykmichal](https://michalnoszczyk.com/) - feel free to contact me!