Skip to content

MadlyAbi/FUTURE_CS_02

Repository files navigation

This project was created by Abi.

It is a Next.js project built on React and TailwindCSS.

Getting Started

Password Strength Analyzer This is a password strength analyzer built using Next.js, React, and TailwindCSS. It checks the strength of passwords based on length, character variety, and complexity.

This project was made as part of an internship task.

Features Checks password strength in real-time Evaluates: Length of the password Use of uppercase and lowercase letters Inclusion of numbers and special characters Simple and user-friendly interface Getting Started Installation: Clone the repository:

git clone https://github.com/MadlyAbi/FUTURE_CS_02.git cd FUTURE_CS_02 Install dependencies:

npm install Run the development server:

npm run dev Open http://localhost:3000 in your browser.

Contact This project was created by MadlyAbi for internship purposes. GitHub: MadlyAbi

How to Add this README.md to Your Repository In VS Code, create a new file named README.md. Copy and paste the above content. Save the file. Commit and push to GitHub: git add README.md git commit -m "Add simple README.md" git push origin main

Open http://localhost:3000 with your browser to see the result.

You can start editing the code in src. The page auto-updates as you edit the file.

To learn more, take a look at the following resources:

About

Password Strength Analyzer Tool This repository contains a password strength analyzer tool built using Python. It features a user-friendly GUI developed with tkinter and utilizes hashlib for encryption. Skills gained include Python programming, regex for password validation, and encryption basics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors