Skip to content

A secure password generation tool built with Next.js and React. Customize password length and character types. Features a responsive UI and utilizes the generate-password library for secure password generation.

Notifications You must be signed in to change notification settings

github18122021/Password_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

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.

Features

  • 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.

Technologies Used

  • 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.

Usage

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Install dependencies using npm install.
  4. Start the development server with npm run dev.
  5. Access the application in your browser at http://localhost:3000.

Live Demo

Check out the live demo here.

About

A secure password generation tool built with Next.js and React. Customize password length and character types. Features a responsive UI and utilizes the generate-password library for secure password generation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors