Skip to content

Next.js and TailwindCSS-based work-in-progress password generator. Password generation itself works, seek to add responsive design as well as password strength detection.

Notifications You must be signed in to change notification settings

lorenz-f/password-generator

Repository files navigation

Password Generator

Password generator app with controls for the returned password length and certain character types. Users can save their password to a .txt or copy on-site from a button press.

Installation and Setup

This project was launched with Next.js and TailwindCSS. View the official setup docs on the TailwindCSS website.

Technologies used

The following technologies and topics are covered:

Node.js
Next.js
TailwindCSS

Installation and Setup Guide

1. Clone the repository:

git clone https://github.com/lorenz-f/password-generator.git

2. Navigate to the project directory:

cd password-generator

3. Install dependencies:

npm install

4. Start the development server:

npm run dev

About

Next.js and TailwindCSS-based work-in-progress password generator. Password generation itself works, seek to add responsive design as well as password strength detection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published