This Password Generator is a simple React application built using Next.js. It enables users to generate secure passwords with customizable options such as length, including numbers, symbols, lowercase, and uppercase characters.
- Customizable Options: Users can specify the length of the password and choose whether to include numbers, symbols, lowercase, and uppercase characters.
- Secure Password Generation: Utilizes the
generate-password
library to generate secure passwords based on user-defined options. - Interactive UI: The interface allows users to easily adjust options and generate passwords with a single click.
- Responsive Design: The application is designed with responsiveness in mind, ensuring optimal usability across various devices.
- Next.js: The application is built using Next.js, providing server-side rendering and simplified React development.
- React: Next.js utilizes React for building user interfaces efficiently.
- Tailwind CSS: Styling is implemented with Tailwind CSS, allowing for rapid development and easy customization.
- generate-password: The
generate-password
library is used for generating secure passwords based on user-defined options.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install dependencies using
npm install
. - Start the development server with
npm run dev
. - Access the application in your browser at http://localhost:3000.
Check out the live demo here.