Giter Club home page Giter Club logo

password-generator's Introduction

Random Password Generator

Overview

A Random Password Generator built using React, Next.js, NextUI, and TailwindCSS. This application allows users to generate strong, random passwords with customizable options for length and character types. It supports light and dark themes.

Demo Site: https://pwdgenn0nnn0.web.app/

Table of Contents

Features

  • Modern, Simple, and User-Friendly Design: The interface is designed to be modern, simple, and easy to use.
  • Password Length: Adjust the length of the password.
  • Character Types: Include or exclude uppercase letters, lowercase letters, numbers, and special characters.
  • Theme Switcher: Toggle between light and dark modes, with your preference being remembered for future visits.
  • Cookie Management: Manage your cookie settings and preferences with ease.
  • Persistent Preferences: Your theme choice and other settings are saved and remembered for your next visit.
  • Copy to Clipboard: Easily copy the generated password.
  • Regenerate Password: Quickly regenerate a new password with the same settings.
  • Keyboard Shortcuts:
    • MacOS:
      • Copy Password: ⌘ + C
      • Regenerate Password: ⌘ + R
    • Other Operating Systems:
      • Copy Password: Ctrl + C
      • Regenerate Password: Ctrl + R

Screenshots

Light Mode

Light Mode

Dark Mode

Dark Mode

Technologies Used

Getting Started

Prerequisites

  • Node.js (>= 12.0.0)
  • npm or yarn

Installation

  1. Clone the repository:
    git clone https://github.com/FurkanDGN/password-generator.git
  2. Navigate to the project directory:
    cd password-generator
  3. Install the dependencies:
    npm install
    or
    yarn install

Running the Application

  1. Start the development server:
    npm run dev
    or
    yarn dev
  2. Open your browser and go to http://localhost:3000

Building for Production

  1. Build the application for production:
    npm run build
    or
    yarn build
  2. Start the production server:
    npm start
    or
    yarn start

Project Structure

src
├── components
│   ├── CookieDialog.tsx
│   ├── CookieSettingsPopup.tsx
│   ├── CopyButton.tsx
│   ├── PasswordDisplay.tsx
│   ├── PasswordGenerator.tsx
│   ├── PasswordOptions.tsx
│   ├── RegenerateButton.tsx
│   └── SunIcon.js
├── pages
│   ├── _app.tsx
│   ├── _document.tsx
│   └── index.tsx
├── styles
│   └── globals.css
├── utils
│   ├── generatePassword.ts
│   └── passwordStrength.ts
public
├── robots.txt
└── favicon.ico

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

password-generator's People

Contributors

furkandgn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.