This is a simple password generator application built with React. It allows users to generate a random password of a specified length and with specified character types (uppercase, lowercase, numbers, and symbols).
- Generate a random password
- Specify the length of the password
- Include or exclude uppercase, lowercase, numbers, and symbols in the password
- React
- Tailwind CSS
- Clone the repository
- Install the dependencies with
npm install
- Start the development server with
npm start
This project is licensed under the MIT License - see the LICENSE.md file for details.