/password-toggle

This is a basic React application that comes with a password input box and a button that can toggle between revealing and hiding the typed password. It also shows the entered username and password (disguised with asterisks) underneath the form.

Primary LanguageJavaScript

Password Toggle

This is a simple React application that provides a password input field with a toggle button to show/hide the entered password. It also displays the entered username and password (masked) below the form.

Installation

Install my project with npm

  1. Clone the repository to your local machine:
  git clone https://github.com/florian-catalin-elisei/password-toggle.git
  1. Navigate to the project directory:
  cd password-toggle
  1. Install the dependencies:
  npm install
  1. Start the development server:
  npm start